Symbol: String
arch/x86/kvm/emulate.c
1399
if (ctxt->rep_prefix && (ctxt->d & String) &&
arch/x86/kvm/emulate.c
4265
I2bvIP(DstDI | SrcDX | Mov | String | Unaligned, em_in, ins, check_perm_in), /* insb, insw/insd */
arch/x86/kvm/emulate.c
4266
I2bvIP(SrcSI | DstDX | String, em_out, outs, check_perm_out), /* outsb, outsw/outsd */
arch/x86/kvm/emulate.c
4294
I2bv(SrcSI | DstDI | Mov | String | TwoMemOp, em_mov),
arch/x86/kvm/emulate.c
4295
I2bv(SrcSI | DstDI | String | NoWrite | TwoMemOp, em_cmp_r),
arch/x86/kvm/emulate.c
4298
I2bv(SrcAcc | DstDI | Mov | String, em_mov),
arch/x86/kvm/emulate.c
4299
I2bv(SrcSI | DstAcc | Mov | String, em_mov),
arch/x86/kvm/emulate.c
4300
I2bv(SrcAcc | DstDI | String | NoWrite, em_cmp_r),
arch/x86/kvm/emulate.c
5286
(No64|Undefined|Avx|Sse|Mmx|Intercept|CheckPerm|Priv|Prot|String))) {
arch/x86/kvm/emulate.c
5368
if (ctxt->rep_prefix && (ctxt->d & String)) {
arch/x86/kvm/emulate.c
5422
if (ctxt->rep_prefix && (ctxt->d & String))
arch/x86/kvm/emulate.c
5526
if (ctxt->rep_prefix && (ctxt->d & String)) {
arch/x86/kvm/emulate.c
5640
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