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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mm/
H A Dtlbex.c410 enum tlb_write_entry { tlb_random, tlb_indexed }; enumerator in enum:tlb_write_entry
419 case tlb_random: tlbw = uasm_i_tlbwr; break;
1220 build_tlb_write_entry(p, l, r, tlb_random);
1224 build_tlb_write_entry(p, l, r, tlb_random);
1229 build_tlb_write_entry(p, l, r, tlb_random);
1299 build_tlb_write_entry(&p, &l, &r, tlb_random);
1306 build_huge_tlb_write_entry(&p, &l, &r, K0, tlb_random,

Completed in 35 milliseconds