Searched refs:get_pgd (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/arch/microblaze/include/asm/ |
D | pgalloc.h | 29 static inline pgd_t *get_pgd(void) in get_pgd() function 40 #define pgd_alloc(mm) get_pgd()
|
/Linux-v5.4/arch/csky/abiv1/inc/abi/ |
D | ckmmu.h | 97 static inline unsigned long get_pgd(void) in get_pgd() function
|
/Linux-v5.4/arch/parisc/kernel/ |
D | entry.S | 360 .macro get_pgd spc,reg macro 1154 get_pgd spc,ptp 1180 get_pgd spc,ptp 1207 get_pgd spc,ptp 1240 get_pgd spc,ptp 1274 get_pgd spc,ptp 1301 get_pgd spc,ptp 1411 get_pgd spc,ptp 1435 get_pgd spc,ptp 1462 get_pgd spc,ptp [all …]
|
/Linux-v5.4/arch/csky/abiv2/inc/abi/ |
D | ckmmu.h | 111 static inline unsigned long get_pgd(void) in get_pgd() function
|
/Linux-v5.4/arch/csky/mm/ |
D | fault.c | 85 pgd_base = (unsigned long)__va(get_pgd()); in do_page_fault()
|