Searched defs:tlb (Results 1 – 13 of 13) sorted by relevance
39 struct tlb { struct48 static void __tlb_pagemask(struct tlb *); argument
118 struct tlbmask tlb; in xs_bee3_cons_init() local
121 struct tlbmask tlb; in xilinx_ml40x_cons_init() local
80 struct tlbmask tlb; in intr_init() local
107 tlb_read_entry(size_t pos, struct tlbmask *tlb) in tlb_read_entry()115 tlb_write_entry(size_t pos, const struct tlbmask *tlb) in tlb_write_entry()
110 struct e500_tlb tlb; in hwtlb_to_tlb() local229 tlb_to_hwtlb(const struct e500_tlb tlb) in tlb_to_hwtlb()581 e500_tlb_write_entry(size_t index, const struct tlbmask *tlb) in e500_tlb_write_entry()586 e500_tlb_read_entry(size_t index, struct tlbmask *tlb) in e500_tlb_read_entry()619 struct e500_tlb tlb = hwtlb_to_tlb(hwtlb); in e500_tlb_dump() local668 struct e500_tlb tlb = hwtlb_to_tlb(hwtlb); in e500_tlb_walk() local
93 struct tlbmask tlb; in mips3_wired_enter_page() local
624 tlb_read_entry(size_t tlbno, struct tlbmask *tlb) in tlb_read_entry()630 tlb_write_entry(size_t tlbno, const struct tlbmask *tlb) in tlb_write_entry()
261 struct tlbmask tlb; in db_tlbdump_cmd() local
35 #define PTE_PROT(tlb) ((tlb) >> PTE_PROT_SHIFT) argument
121 struct tlb_entry tlb[1]; member
950 struct tlb tlb; in arc_dump_tlb() local
90 static struct pv_entry **tlb; /* current tlb mappings (direct mapped) */ variable