Searched refs:tsb_config (Results 1 – 5 of 5) sorted by relevance
75 struct tsb_config { struct98 struct tsb_config tsb_block[MM_NUM_TSBS]; argument
31 struct tsb_config *tsb_base,32 struct tsb_config *tsb_huge,
2878 offsetof(struct tsb_config, tsb)) || in trap_init()2880 offsetof(struct tsb_config, tsb_rss_limit)) || in trap_init()2882 offsetof(struct tsb_config, tsb_nentries)) || in trap_init()2884 offsetof(struct tsb_config, tsb_reg_val)) || in trap_init()2886 offsetof(struct tsb_config, tsb_map_vaddr)) || in trap_init()2888 offsetof(struct tsb_config, tsb_map_pte))); in trap_init()
587 static void tsb_destroy_one(struct tsb_config *tp) in tsb_destroy_one()
3030 struct tsb_config *tp; in hugetlb_setup()