Searched refs:get_pgd (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.1/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.1/arch/parisc/kernel/ |
| D | entry.S | 332 .macro get_pgd spc,reg macro 1116 get_pgd spc,ptp 1142 get_pgd spc,ptp 1169 get_pgd spc,ptp 1202 get_pgd spc,ptp 1236 get_pgd spc,ptp 1263 get_pgd spc,ptp 1311 get_pgd spc,ptp 1335 get_pgd spc,ptp 1362 get_pgd spc,ptp [all …]
|
| /Linux-v6.1/arch/csky/abiv1/inc/abi/ |
| D | ckmmu.h | 97 static inline pgd_t *get_pgd(void) in get_pgd() function
|
| /Linux-v6.1/arch/csky/abiv2/inc/abi/ |
| D | ckmmu.h | 135 static inline pgd_t *get_pgd(void) in get_pgd() function
|
| /Linux-v6.1/arch/csky/mm/ |
| D | fault.c | 139 pgd = get_pgd() + offset; in vmalloc_fault()
|