Home
last modified time | relevance | path

Searched refs:set_TTB (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/arch/sh/include/asm/
H A Dmmu_context.h117 set_TTB(next->pgd); in switch_mm()
132 #define set_TTB(pgd) do { } while (0) macro
H A Dmmu_context_32.h42 static inline void set_TTB(pgd_t *pgd) in set_TTB() function
/linux-6.15/arch/sh/mm/
H A Dinit.c311 set_TTB(swapper_pg_dir); in paging_init()