Searched refs:get_pgd (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/arch/microblaze/include/asm/ |
H A D | pgalloc.h | 24 static inline pgd_t *get_pgd(void) in get_pgd() function 29 #define pgd_alloc(mm) get_pgd()
|
/kernel/linux/linux-5.10/arch/microblaze/include/asm/ |
H A D | pgalloc.h | 26 static inline pgd_t *get_pgd(void) in get_pgd() function 31 #define pgd_alloc(mm) get_pgd()
|
/kernel/linux/linux-5.10/arch/csky/abiv1/inc/abi/ |
H A D | ckmmu.h | 97 static inline unsigned long get_pgd(void) in get_pgd() function
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | entry.S | 359 .macro get_pgd spc,reg 1148 get_pgd spc,ptp 1174 get_pgd spc,ptp 1201 get_pgd spc,ptp 1234 get_pgd spc,ptp 1268 get_pgd spc,ptp 1295 get_pgd spc,ptp 1405 get_pgd spc,ptp 1429 get_pgd spc,ptp 1456 get_pgd sp [all...] |
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | entry.S | 351 .macro get_pgd spc,reg 1128 get_pgd spc,ptp 1155 get_pgd spc,ptp 1183 get_pgd spc,ptp 1217 get_pgd spc,ptp 1252 get_pgd spc,ptp 1280 get_pgd spc,ptp 1329 get_pgd spc,ptp 1353 get_pgd spc,ptp 1381 get_pgd sp [all...] |
/kernel/linux/linux-5.10/arch/csky/abiv2/inc/abi/ |
H A D | ckmmu.h | 111 static inline unsigned long get_pgd(void) in get_pgd() function
|
/kernel/linux/linux-6.6/arch/csky/abiv2/inc/abi/ |
H A D | ckmmu.h | 135 static inline pgd_t *get_pgd(void) in get_pgd() function
|
/kernel/linux/linux-6.6/arch/csky/abiv1/inc/abi/ |
H A D | ckmmu.h | 97 static inline pgd_t *get_pgd(void) in get_pgd() function
|
/kernel/linux/linux-5.10/arch/csky/mm/ |
H A D | fault.c | 89 pgd_base = (unsigned long)__va(get_pgd()); in do_page_fault()
|
/kernel/linux/linux-6.6/arch/csky/mm/ |
H A D | fault.c | 138 pgd = get_pgd() + offset; in vmalloc_fault()
|
Completed in 6 milliseconds