Searched refs:get_pgd (Results 1 – 5 of 5) sorted by relevance
/linux/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()
|
/linux/arch/parisc/kernel/ |
H A D | entry.S | 351 .macro get_pgd spc,reg macro 1126 get_pgd spc,ptp 1153 get_pgd spc,ptp 1181 get_pgd spc,ptp 1215 get_pgd spc,ptp 1250 get_pgd spc,ptp 1278 get_pgd spc,ptp 1327 get_pgd spc,ptp 1351 get_pgd spc,ptp 1379 get_pgd spc,ptp [all …]
|
/linux/arch/csky/abiv1/inc/abi/ |
H A D | ckmmu.h | 97 static inline pgd_t *get_pgd(void) in get_pgd() function
|
/linux/arch/csky/abiv2/inc/abi/ |
H A D | ckmmu.h | 135 static inline pgd_t *get_pgd(void) in get_pgd() function
|
/linux/arch/csky/mm/ |
H A D | fault.c | 138 pgd = get_pgd() + offset; in vmalloc_fault()
|