Symbol: II
arch/mips/include/asm/mach-cavium-octeon/kernel-entry-init.h
82
# OCTEON II or better have bit 15 set. Clear the error bits.
arch/x86/kvm/emulate.c
3984
II(ImplicitOps | Priv, em_xsetbv, xsetbv),
arch/x86/kvm/emulate.c
3990
II(SrcNone | Prot | EmulateOnUD, em_hypercall, vmmcall),
arch/x86/kvm/emulate.c
4059
II(Prot | DstMem, em_sldt, sldt),
arch/x86/kvm/emulate.c
4060
II(Prot | DstMem, em_str, str),
arch/x86/kvm/emulate.c
4061
II(Prot | Priv | SrcMem16, em_lldt, lldt),
arch/x86/kvm/emulate.c
4062
II(Prot | Priv | SrcMem16, em_ltr, ltr),
arch/x86/kvm/emulate.c
4067
II(Mov | DstMem, em_sgdt, sgdt),
arch/x86/kvm/emulate.c
4068
II(Mov | DstMem, em_sidt, sidt),
arch/x86/kvm/emulate.c
4069
II(SrcMem | Priv, em_lgdt, lgdt),
arch/x86/kvm/emulate.c
4070
II(SrcMem | Priv, em_lidt, lidt),
arch/x86/kvm/emulate.c
4071
II(SrcNone | DstMem | Mov, em_smsw, smsw), N,
arch/x86/kvm/emulate.c
4072
II(SrcMem16 | Mov | Priv, em_lmsw, lmsw),
arch/x86/kvm/emulate.c
4073
II(SrcMem | ByteOp | Priv | NoAccess, em_invlpg, invlpg),
arch/x86/kvm/emulate.c
4079
II(SrcNone | DstMem | Mov, em_smsw, smsw), N,
arch/x86/kvm/emulate.c
4080
II(SrcMem16 | Mov | Priv, em_lmsw, lmsw),
arch/x86/kvm/emulate.c
4097
N, N, N, II(DstMem | ModRM | Op3264 | EmulateOnUD, em_rdpid, rdpid),
arch/x86/kvm/emulate.c
4288
II(ImplicitOps | Stack, em_pushf, pushf),
arch/x86/kvm/emulate.c
4289
II(ImplicitOps | Stack, em_popf, popf),
arch/x86/kvm/emulate.c
4319
II(ImplicitOps | IsBranch | ShadowStack, em_iret, iret),
arch/x86/kvm/emulate.c
4355
II(ImplicitOps | Priv, em_clts, clts), N,
arch/x86/kvm/emulate.c
4381
II(ImplicitOps | Priv, em_wrmsr, wrmsr),
arch/x86/kvm/emulate.c
4383
II(ImplicitOps | Priv, em_rdmsr, rdmsr),
arch/x86/kvm/emulate.c
4409
II(ImplicitOps, em_cpuid, cpuid),
arch/x86/kvm/emulate.c
4415
II(EmulateOnUD | ImplicitOps, em_rsm, rsm),
drivers/edac/mce_amd.c
211
if ((II(ec) != II_MEM && II(ec) != II_IO) || LL(ec) != LL_LG)
drivers/edac/mce_amd.h
22
#define II_MSG(x) ii_msgs[II(x)]