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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/lib/
H A Ddbg.c76 regType_t pteH; local
88 pteH = getConfigReg(tlb);
89 valid = GET_VALID(pteH);
97 shared = GET_SHARED(pteH);
98 asid = GET_ASID(pteH);
99 epn = GET_EPN(pteH);
394 regType_t pteH; local
401 pteH = getConfigReg(base);
402 if (GET_VALID(pteH))
403 if ((unsigned long) GET_EPN(pteH)
[all...]

Completed in 579 milliseconds