Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/include/asm/
H A Dmmu_64.h75 struct tsb_config { struct
112 struct tsb_config tsb_block[MM_NUM_TSBS];
H A Dmmu_context_64.h32 struct tsb_config *tsb_base,
33 struct tsb_config *tsb_huge,
/openbmc/linux/arch/sparc/kernel/
H A Dtraps_64.c2907 offsetof(struct tsb_config, tsb)) || in trap_init()
2909 offsetof(struct tsb_config, tsb_rss_limit)) || in trap_init()
2911 offsetof(struct tsb_config, tsb_nentries)) || in trap_init()
2913 offsetof(struct tsb_config, tsb_reg_val)) || in trap_init()
2915 offsetof(struct tsb_config, tsb_map_vaddr)) || in trap_init()
2917 offsetof(struct tsb_config, tsb_map_pte))); in trap_init()
/openbmc/linux/arch/sparc/mm/
H A Dtsb.c590 static void tsb_destroy_one(struct tsb_config *tp) in tsb_destroy_one()
H A Dinit_64.c3007 struct tsb_config *tp; in hugetlb_setup()