Home
last modified time | relevance | path

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

/Linux-v5.15/arch/microblaze/include/asm/
Dpgalloc.h24 static inline pgd_t *get_pgd(void) in get_pgd() function
29 #define pgd_alloc(mm) get_pgd()
/Linux-v5.15/arch/parisc/kernel/
Dentry.S359 .macro get_pgd spc,reg macro
1149 get_pgd spc,ptp
1175 get_pgd spc,ptp
1202 get_pgd spc,ptp
1235 get_pgd spc,ptp
1269 get_pgd spc,ptp
1296 get_pgd spc,ptp
1406 get_pgd spc,ptp
1430 get_pgd spc,ptp
1457 get_pgd spc,ptp
[all …]
/Linux-v5.15/arch/csky/abiv1/inc/abi/
Dckmmu.h97 static inline pgd_t *get_pgd(void) in get_pgd() function
/Linux-v5.15/arch/csky/abiv2/inc/abi/
Dckmmu.h135 static inline pgd_t *get_pgd(void) in get_pgd() function
/Linux-v5.15/arch/csky/mm/
Dfault.c139 pgd = get_pgd() + offset; in vmalloc_fault()