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
3982
II(ImplicitOps | Priv, em_xsetbv, xsetbv),
arch/x86/kvm/emulate.c
3988
II(SrcNone | Prot | EmulateOnUD, em_hypercall, vmmcall),
arch/x86/kvm/emulate.c
4057
II(Prot | DstMem, em_sldt, sldt),
arch/x86/kvm/emulate.c
4058
II(Prot | DstMem, em_str, str),
arch/x86/kvm/emulate.c
4059
II(Prot | Priv | SrcMem16, em_lldt, lldt),
arch/x86/kvm/emulate.c
4060
II(Prot | Priv | SrcMem16, em_ltr, ltr),
arch/x86/kvm/emulate.c
4065
II(Mov | DstMem, em_sgdt, sgdt),
arch/x86/kvm/emulate.c
4066
II(Mov | DstMem, em_sidt, sidt),
arch/x86/kvm/emulate.c
4067
II(SrcMem | Priv, em_lgdt, lgdt),
arch/x86/kvm/emulate.c
4068
II(SrcMem | Priv, em_lidt, lidt),
arch/x86/kvm/emulate.c
4069
II(SrcNone | DstMem | Mov, em_smsw, smsw), N,
arch/x86/kvm/emulate.c
4070
II(SrcMem16 | Mov | Priv, em_lmsw, lmsw),
arch/x86/kvm/emulate.c
4071
II(SrcMem | ByteOp | Priv | NoAccess, em_invlpg, invlpg),
arch/x86/kvm/emulate.c
4077
II(SrcNone | DstMem | Mov, em_smsw, smsw), N,
arch/x86/kvm/emulate.c
4078
II(SrcMem16 | Mov | Priv, em_lmsw, lmsw),
arch/x86/kvm/emulate.c
4095
N, N, N, II(DstMem | ModRM | Op3264 | EmulateOnUD, em_rdpid, rdpid),
arch/x86/kvm/emulate.c
4286
II(ImplicitOps | Stack, em_pushf, pushf),
arch/x86/kvm/emulate.c
4287
II(ImplicitOps | Stack, em_popf, popf),
arch/x86/kvm/emulate.c
4317
II(ImplicitOps | IsBranch | ShadowStack, em_iret, iret),
arch/x86/kvm/emulate.c
4353
II(ImplicitOps | Priv, em_clts, clts), N,
arch/x86/kvm/emulate.c
4379
II(ImplicitOps | Priv, em_wrmsr, wrmsr),
arch/x86/kvm/emulate.c
4381
II(ImplicitOps | Priv, em_rdmsr, rdmsr),
arch/x86/kvm/emulate.c
4407
II(ImplicitOps, em_cpuid, cpuid),
arch/x86/kvm/emulate.c
4413
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)]