Symbol: String
arch/x86/kvm/emulate.c
1385
if (ctxt->rep_prefix && (ctxt->d & String) &&
arch/x86/kvm/emulate.c
4263
I2bvIP(DstDI | SrcDX | Mov | String | Unaligned, em_in, ins, check_perm_in), /* insb, insw/insd */
arch/x86/kvm/emulate.c
4264
I2bvIP(SrcSI | DstDX | String, em_out, outs, check_perm_out), /* outsb, outsw/outsd */
arch/x86/kvm/emulate.c
4292
I2bv(SrcSI | DstDI | Mov | String | TwoMemOp, em_mov),
arch/x86/kvm/emulate.c
4293
I2bv(SrcSI | DstDI | String | NoWrite | TwoMemOp, em_cmp_r),
arch/x86/kvm/emulate.c
4296
I2bv(SrcAcc | DstDI | Mov | String, em_mov),
arch/x86/kvm/emulate.c
4297
I2bv(SrcSI | DstAcc | Mov | String, em_mov),
arch/x86/kvm/emulate.c
4298
I2bv(SrcAcc | DstDI | String | NoWrite, em_cmp_r),
arch/x86/kvm/emulate.c
5284
(No64|Undefined|Avx|Sse|Mmx|Intercept|CheckPerm|Priv|Prot|String))) {
arch/x86/kvm/emulate.c
5366
if (ctxt->rep_prefix && (ctxt->d & String)) {
arch/x86/kvm/emulate.c
5420
if (ctxt->rep_prefix && (ctxt->d & String))
arch/x86/kvm/emulate.c
5524
if (ctxt->rep_prefix && (ctxt->d & String)) {
arch/x86/kvm/emulate.c
5638
if (ctxt->rep_prefix && (ctxt->d & String))
tools/power/cpupower/utils/helpers/helpers.h
22
#define _(String) gettext(String)
tools/power/cpupower/utils/helpers/helpers.h
24
#define gettext_noop(String) String
tools/power/cpupower/utils/helpers/helpers.h
26
#define N_(String) gettext_noop(String)
tools/power/cpupower/utils/helpers/helpers.h
30
#define _(String) String
tools/power/cpupower/utils/helpers/helpers.h
31
#define N_(String) String