Searched refs:get_pgd (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/arch/microblaze/include/asm/ |
D | pgalloc.h | 24 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/ |
D | entry.S | 332 .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/ |
D | ckmmu.h | 97 static inline pgd_t *get_pgd(void) in get_pgd() function
|
/linux-5.19.10/arch/csky/abiv2/inc/abi/ |
D | ckmmu.h | 135 static inline pgd_t *get_pgd(void) in get_pgd() function
|
/linux-5.19.10/arch/csky/mm/ |
D | fault.c | 139 pgd = get_pgd() + offset; in vmalloc_fault()
|