Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sh/include/asm/
Dmmu_context.h129 set_TTB(next->pgd); in switch_mm()
146 #define set_TTB(pgd) do { } while (0) macro
Dmmu_context_32.h51 static inline void set_TTB(pgd_t *pgd) in set_TTB() function
Dmmu_context_64.h75 #define set_TTB(pgd) (mmu_pdtp_cache = (pgd)) macro
/Linux-v4.19/arch/sh/mm/
Dinit.c324 set_TTB(swapper_pg_dir); in paging_init()