Searched refs:REG (Results 1 – 4 of 4) sorted by relevance
224 -#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 …]
58 #define HSR_SYSREG_DBG_CASES(REG) case HSR_SYSREG_##REG##n_EL1(0): \ argument59 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 …]
645 #define REG(x) (1UL << (APIC_ ## x >> 4)) in hvm_x2apic_msr_read() macro646 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()
216 #define CASE_SET_REG(REG, reg) \ argument217 case VMX_REG_ ## REG: regs->reg = value; break218 #define CASE_GET_REG(REG, reg) \ argument219 case VMX_REG_ ## REG: value = regs->reg; break
Completed in 13 milliseconds