Searched refs:get_pgd (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/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-v6.6/arch/parisc/kernel/ |
D | entry.S | 333 .macro get_pgd spc,reg macro 1115 get_pgd spc,ptp 1141 get_pgd spc,ptp 1168 get_pgd spc,ptp 1201 get_pgd spc,ptp 1235 get_pgd spc,ptp 1262 get_pgd spc,ptp 1310 get_pgd spc,ptp 1334 get_pgd spc,ptp 1361 get_pgd spc,ptp [all …]
|
/Linux-v6.6/arch/csky/abiv1/inc/abi/ |
D | ckmmu.h | 97 static inline pgd_t *get_pgd(void) in get_pgd() function
|
/Linux-v6.6/arch/csky/abiv2/inc/abi/ |
D | ckmmu.h | 135 static inline pgd_t *get_pgd(void) in get_pgd() function
|
/Linux-v6.6/arch/csky/mm/ |
D | fault.c | 138 pgd = get_pgd() + offset; in vmalloc_fault()
|