Home
last modified time | relevance | path

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

/arch/sparc/include/asm/
Dmmu_64.h88 struct tsb_config { struct
110 struct tsb_config tsb_block[MM_NUM_TSBS]; argument
Dmmu_context_64.h32 struct tsb_config *tsb_base,
33 struct tsb_config *tsb_huge,
/arch/sparc/kernel/
Dtraps_64.c2599 offsetof(struct tsb_config, tsb)) || in trap_init()
2601 offsetof(struct tsb_config, tsb_rss_limit)) || in trap_init()
2603 offsetof(struct tsb_config, tsb_nentries)) || in trap_init()
2605 offsetof(struct tsb_config, tsb_reg_val)) || in trap_init()
2607 offsetof(struct tsb_config, tsb_map_vaddr)) || in trap_init()
2609 offsetof(struct tsb_config, tsb_map_pte))) in trap_init()
/arch/sparc/mm/
Dhugetlbpage.c319 struct tsb_config *tp = &mm->context.tsb_block[MM_TSB_HUGE]; in hugetlb_prefault_arch_hook()
Dtsb.c476 static void tsb_destroy_one(struct tsb_config *tp) in tsb_destroy_one()