Searched refs:opc (Results 1 – 3 of 3) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | extable.c | 131 uint8_t opc[4]; in stub_selftest() member 135 { .opc = { 0x0f, 0xb9, 0xc3, 0xc3 }, /* ud1 */ in stub_selftest() 137 { .opc = { 0x90, 0x02, 0x00, 0xc3 }, /* nop; add (%rax),%al */ in stub_selftest() 140 { .opc = { 0x02, 0x04, 0x04, 0xc3 }, /* add (%rsp,%rax),%al */ in stub_selftest() 143 { .opc = { 0xcc, 0xc3, 0xc3, 0xc3 }, /* int3 */ in stub_selftest() 158 memcpy(ptr, tests[i].opc, ARRAY_SIZE(tests[i].opc)); in stub_selftest()
|
/xen-4.10.0-shim-comet/xen/arch/x86/x86_emulate/ |
A D | x86_emulate.c | 5506 opc[0] = b; in x86_emulate() 5644 opc[0] = b; in x86_emulate() 5697 opc[0] = b; in x86_emulate() 5855 opc[0] = b; in x86_emulate() 6089 opc[0] = b; in x86_emulate() 6184 opc[0] = b; in x86_emulate() 6236 opc[0] = b; in x86_emulate() 6329 opc[0] = b; in x86_emulate() 7186 --opc; in x86_emulate() 7598 --opc; in x86_emulate() [all …]
|
/xen-4.10.0-shim-comet/xen/include/asm-arm/arm32/ |
A D | processor.h | 65 #define __CP64(r1, r2, coproc, opc, crm) coproc, opc, r1, r2, crm argument
|
Completed in 29 milliseconds