Home
last modified time | relevance | path

Searched refs:tlb_core_data (Results 1 – 5 of 5) sorted by relevance

/arch/powerpc/include/asm/
Dpaca.h115 struct tlb_core_data *tcd_ptr;
131 struct tlb_core_data tcd;
Dmmu-book3e.h291 struct tlb_core_data { struct
/arch/powerpc/mm/
Dhugetlbpage-book3e.c16 struct tlb_core_data *tcd; in tlb1_next()
/arch/powerpc/kernel/
Dasm-offsets.c211 offsetof(struct tlb_core_data, esel_next)); in main()
213 offsetof(struct tlb_core_data, esel_max)); in main()
215 offsetof(struct tlb_core_data, esel_first)); in main()
Dsetup_64.c107 BUILD_BUG_ON(offsetof(struct tlb_core_data, lock) != 0); in setup_tlb_core_data()