Searched refs:CTX (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kvm/
H A Dtrampoline.S11 #define CTX(name) VMM_CTX_##name##_OFFSET define
17 add r2 = CTX(B0),r32; \
18 add r3 = CTX(B1),r32; \
42 add r2 = CTX(B0),r33; \
43 add r3 = CTX(B1),r33; \
71 add r2=CTX(R4),r32; \
72 add r3=CTX(R5),r32; \
95 add r2=CTX(R4),r33; \
96 add r3=CTX(R5),r33; \
115 add r2 = CTX(KR
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dsun4v_tlb_miss.S9 /* Load ITLB fault information into VADDR and CTX, using BASE. */
10 #define LOAD_ITLB_INFO(BASE, VADDR, CTX) \
12 ldx [BASE + HV_FAULT_I_CTX_OFFSET], CTX;
14 /* Load DTLB fault information into VADDR and CTX, using BASE. */
15 #define LOAD_DTLB_INFO(BASE, VADDR, CTX) \
17 ldx [BASE + HV_FAULT_D_CTX_OFFSET], CTX;
23 #define COMPUTE_TAG_TARGET(DEST, VADDR, CTX, ZERO_CTX_LABEL) \
25 brz,pn CTX, ZERO_CTX_LABEL; \
H A Diommu.c25 #define STC_CTXMATCH_ADDR(STC, CTX) \
26 ((STC)->strbuf_ctxmatch_base + ((CTX) << 3))
66 #define IOPTE_CONSISTENT(CTX) \
68 (((CTX) << 47) & IOPTE_CONTEXT))
70 #define IOPTE_STREAMING(CTX) \
71 (IOPTE_CONSISTENT(CTX) | IOPTE_STBUF)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A DDAAPLexer.c65 #define CTX ctx macro
H A DDAAP2SQL.c83 #define CTX ctx macro
H A DDAAPParser.c65 #define CTX ctx macro
H A DRSP2SQL.c85 #define CTX ctx macro
H A DRSPLexer.c90 #define CTX ctx macro
H A DRSPParser.c65 #define CTX ctx macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/pregen/
H A DDAAPLexer.c65 #define CTX ctx macro
H A DDAAP2SQL.c83 #define CTX ctx macro
H A DDAAPParser.c65 #define CTX ctx macro
H A DRSP2SQL.c85 #define CTX ctx macro
H A DRSPLexer.c90 #define CTX ctx macro
H A DRSPParser.c65 #define CTX ctx macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/xmon/
H A Dppc-opc.c1589 #define CTX(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x7))
1590 #define CTX_MASK CTX(0x3f, 0x7)
1586 #define CTX macro

Completed in 330 milliseconds