Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sparc/include/asm/
Dmmu_64.h74 struct tsb_config { struct
96 struct tsb_config tsb_block[MM_NUM_TSBS]; argument
Dmmu_context_64.h31 struct tsb_config *tsb_base,
32 struct tsb_config *tsb_huge,
/linux-4.4.14/arch/sparc/kernel/
Dtraps_64.c2752 offsetof(struct tsb_config, tsb)) || in trap_init()
2754 offsetof(struct tsb_config, tsb_rss_limit)) || in trap_init()
2756 offsetof(struct tsb_config, tsb_nentries)) || in trap_init()
2758 offsetof(struct tsb_config, tsb_reg_val)) || in trap_init()
2760 offsetof(struct tsb_config, tsb_map_vaddr)) || in trap_init()
2762 offsetof(struct tsb_config, tsb_map_pte))); in trap_init()
/linux-4.4.14/arch/sparc/mm/
Dtsb.c513 static void tsb_destroy_one(struct tsb_config *tp) in tsb_destroy_one()
Dinit_64.c2798 struct tsb_config *tp; in hugetlb_setup()