Home
last modified time | relevance | path

Searched refs:REG (Results 1 – 4 of 4) sorted by relevance

/xen-4.10.0-shim-comet/stubdom/
A Dnewlib.patch224 -#define ax REG(ax)
225 -#define bx REG(bx)
226 -#define cx REG(cx)
227 -#define dx REG(dx)
229 -#define ah REG(ah)
230 -#define bh REG(bh)
231 -#define ch REG(ch)
232 -#define dh REG(dh)
234 -#define al REG(al)
235 -#define bl REG(bl)
[all …]
/xen-4.10.0-shim-comet/xen/include/asm-arm/arm64/
A Dsysregs.h58 #define HSR_SYSREG_DBG_CASES(REG) case HSR_SYSREG_##REG##n_EL1(0): \ argument
59 case HSR_SYSREG_##REG##n_EL1(1): \
60 case HSR_SYSREG_##REG##n_EL1(2): \
61 case HSR_SYSREG_##REG##n_EL1(3): \
62 case HSR_SYSREG_##REG##n_EL1(4): \
63 case HSR_SYSREG_##REG##n_EL1(5): \
64 case HSR_SYSREG_##REG##n_EL1(6): \
65 case HSR_SYSREG_##REG##n_EL1(7): \
66 case HSR_SYSREG_##REG##n_EL1(8): \
67 case HSR_SYSREG_##REG##n_EL1(9): \
[all …]
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dvlapic.c645 #define REG(x) (1UL << (APIC_ ## x >> 4)) in hvm_x2apic_msr_read() macro
646 REG(ID) | REG(LVR) | REG(TASKPRI) | REG(PROCPRI) | in hvm_x2apic_msr_read()
647 REG(LDR) | REG(SPIV) | REG(ESR) | REG(ICR) | in hvm_x2apic_msr_read()
648 REG(CMCI) | REG(LVTT) | REG(LVTTHMR) | REG(LVTPC) | in hvm_x2apic_msr_read()
649 REG(LVT0) | REG(LVT1) | REG(LVTERR) | REG(TMICT) | in hvm_x2apic_msr_read()
650 REG(TMCCT) | REG(TDCR) | in hvm_x2apic_msr_read()
651 #undef REG in hvm_x2apic_msr_read()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/
A Dvvmx.c216 #define CASE_SET_REG(REG, reg) \ argument
217 case VMX_REG_ ## REG: regs->reg = value; break
218 #define CASE_GET_REG(REG, reg) \ argument
219 case VMX_REG_ ## REG: value = regs->reg; break

Completed in 13 milliseconds