Searched refs:get_pgd (Results 1 – 6 of 6) sorted by relevance
/openbmc/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()
|
/openbmc/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 …]
|
/openbmc/linux/arch/csky/abiv1/inc/abi/ |
H A D | ckmmu.h | 97 static inline pgd_t *get_pgd(void) in get_pgd() function
|
/openbmc/linux/arch/csky/abiv2/inc/abi/ |
H A D | ckmmu.h | 135 static inline pgd_t *get_pgd(void) in get_pgd() function
|
/openbmc/qemu/contrib/elf2dmp/ |
H A D | addrspace.c | 149 static bool get_pgd(struct va_space *vs, uint64_t va, uint64_t pdpe, in get_pgd() function 216 if (!get_pgd(vs, va, pdpe, &pgd) || !is_present(pgd)) { in va_space_va2pa()
|
/openbmc/linux/arch/csky/mm/ |
H A D | fault.c | 138 pgd = get_pgd() + offset; in vmalloc_fault()
|