Searched full:execute (Results 1 – 25 of 30) sorted by relevance
12
/kvm-unit-tests/s390x/ |
H A D | ex.c | 5 * Test EXECUTE (RELATIVE LONG). 6 * These instructions execute a target instruction. The target instruction is formed 16 * Accesses to the operand of execute-type instructions are instruction fetches. 55 * execute-type instruction, not relative to the execute-type instruction. 106 * If it is the target of an execute-type instruction, the address is relative 129 * If it is the target of an execute-type instruction, the address is relative 157 * If it is the target of an execute-type instruction, the address is relative
|
H A D | firq.c | 69 * either already in wait_for_sclp_int() or just about to execute it. in test_wait_state_delivery()
|
H A D | mvpg-sie.c | 49 * We need to execute the diag44 which is used as a blocker in test_mvpg_pei()
|
H A D | spec_ex.c | 157 report_fail("did not execute unaligned instructions"); in psw_odd_address() 256 /* List of all tests to execute */
|
/kvm-unit-tests/s390x/snippets/asm/ |
H A D | pv-diag-500.S | 27 /* Execute the diag500 */ 33 /* Execute again to test spec PGM injection*/
|
H A D | pv-diag-288.S | 25 /* Execute the diag288 */
|
H A D | pv-diag-308.S | 15 * Execute the diag500 which will set the diag 308 subcode in gr2
|
H A D | pv-icpt-112.S | 6 * test will try to export and then execute a SIE entry which
|
/kvm-unit-tests/lib/s390x/ |
H A D | fault.h | 17 /* Instruction execution prevention, i.e. no-execute, 101 */
|
/kvm-unit-tests/x86/ |
H A D | xsave.c | 120 "Execute xgetbv - expect #UD"); in test_no_xsave() 123 "Execute xsetbv - expect #UD"); in test_no_xsave()
|
/kvm-unit-tests/lib/s390x/asm/ |
H A D | cmm.h | 41 * we have to try to execute it and test for an operation exception.
|
H A D | uv.h | 245 * CC 2 and 3 tell us to re-execute because the instruction in uv_call()
|
/kvm-unit-tests/ |
H A D | run_tests.sh | 25 -g, --group Only execute tests in the given group 26 -j, --parallel Execute tests in parallel
|
H A D | README | 106 example, extra QEMU parameters and time to execute limited, the
|
H A D | README.md | 106 example, extra QEMU parameters and time to execute limited, the
|
H A D | .gitlab-ci.yml | 511 execute
|
/kvm-unit-tests/lib/arm/asm/ |
H A D | assembler.h | 30 * op: operation to execute
|
/kvm-unit-tests/lib/ppc64/asm/ |
H A D | pgtable-hwdef.h | 42 #define _PAGE_EXEC 0x00001 /* execute permission */
|
/kvm-unit-tests/scripts/ |
H A D | arch-run.bash | 63 echo '{ "execute": "qmp_capabilities" }{ "execute":' "$2" '}' | ncat -U $1 69 echo '{ "execute": "qmp_capabilities" }{ "execute": "cont" }' |
|
/kvm-unit-tests/arm/ |
H A D | cache.c | 50 /* Make sure we can execute from a writable page */ in check_code_generation()
|
H A D | selftest.c | 110 * Capture the current register state and execute an instruction 237 * Capture the current register state and execute an instruction
|
H A D | pmu.c | 544 /* Set PMCR.E, execute asm code and unset PMCR.E */ in test_basic_event_count() 1091 * Execute a known number of guest instructions. Only even instruction counts
|
/kvm-unit-tests/lib/x86/ |
H A D | msr.h | 21 #define _EFER_NX 11 /* No execute enable */
|
H A D | processor.h | 771 * this function, i.e. execute a nop to consume the STi interrupt shadow. 875 * Execute HLT in an STI interrupt shadow to ensure that a pending IRQ that's
|
/kvm-unit-tests/lib/linux/ |
H A D | efi.h | 122 #define EFI_MEMORY_XP ((u64)0x0000000000004000ULL) /* execute-protect */
|
12