Searched refs:get_pgd (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/arch/microblaze/include/asm/ |
D | pgalloc.h | 26 static inline pgd_t *get_pgd(void) in get_pgd() function 31 #define pgd_alloc(mm) get_pgd()
|
/Linux-v5.10/arch/csky/abiv1/inc/abi/ |
D | ckmmu.h | 97 static inline unsigned long get_pgd(void) in get_pgd() function
|
/Linux-v5.10/arch/parisc/kernel/ |
D | entry.S | 360 .macro get_pgd spc,reg macro 1156 get_pgd spc,ptp 1182 get_pgd spc,ptp 1209 get_pgd spc,ptp 1242 get_pgd spc,ptp 1276 get_pgd spc,ptp 1303 get_pgd spc,ptp 1413 get_pgd spc,ptp 1437 get_pgd spc,ptp 1464 get_pgd spc,ptp [all …]
|
/Linux-v5.10/arch/csky/abiv2/inc/abi/ |
D | ckmmu.h | 111 static inline unsigned long get_pgd(void) in get_pgd() function
|
/Linux-v5.10/arch/csky/mm/ |
D | fault.c | 89 pgd_base = (unsigned long)__va(get_pgd()); in do_page_fault()
|