Home
last modified time | relevance | path

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

/linux-5.19.10/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-5.19.10/arch/parisc/kernel/
Dentry.S332 .macro get_pgd spc,reg macro
1108 get_pgd spc,ptp
1134 get_pgd spc,ptp
1161 get_pgd spc,ptp
1194 get_pgd spc,ptp
1228 get_pgd spc,ptp
1255 get_pgd spc,ptp
1303 get_pgd spc,ptp
1327 get_pgd spc,ptp
1354 get_pgd spc,ptp
[all …]
/linux-5.19.10/arch/csky/abiv1/inc/abi/
Dckmmu.h97 static inline pgd_t *get_pgd(void) in get_pgd() function
/linux-5.19.10/arch/csky/abiv2/inc/abi/
Dckmmu.h135 static inline pgd_t *get_pgd(void) in get_pgd() function
/linux-5.19.10/arch/csky/mm/
Dfault.c139 pgd = get_pgd() + offset; in vmalloc_fault()