Home
last modified time | relevance | path

Searched refs:String (Results 1 – 3 of 3) sorted by relevance

/arch/metag/tbx/
Dtbistring.c74 if (!strncmp(str, (const char *)search->String, in __TBIFindStr()
102 res = (const char *)search->String + in __TBITransStr()
/arch/x86/kvm/
Demulate.c122 #define String (1<<13) /* String instruction (rep capable) */ macro
1480 if (ctxt->rep_prefix && (ctxt->d & String) && in pio_in_emulated()
4563 I2bvIP(DstDI | SrcDX | Mov | String | Unaligned, em_in, ins, check_perm_in), /* insb, insw/insd */
4564 I2bvIP(SrcSI | DstDX | String, em_out, outs, check_perm_out), /* outsb, outsw/outsd */
4592 I2bv(SrcSI | DstDI | Mov | String, em_mov),
4593 F2bv(SrcSI | DstDI | String | NoWrite, em_cmp_r),
4596 I2bv(SrcAcc | DstDI | Mov | String, em_mov),
4597 I2bv(SrcSI | DstAcc | Mov | String, em_mov),
4598 F2bv(SrcAcc | DstDI | String | NoWrite, em_cmp_r),
5391 (No64|Undefined|Sse|Mmx|Intercept|CheckPerm|Priv|Prot|String))) { in x86_emulate_insn()
[all …]
/arch/metag/include/asm/
Dtbx.h772 char String[8]; /* Zero terminated (may-be bigger) */ member