Home
last modified time | relevance | path

Searched refs:get_pgd (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/microblaze/include/asm/
H A Dpgalloc.h24 static inline pgd_t *get_pgd(void) in get_pgd() function
29 #define pgd_alloc(mm) get_pgd()
/openbmc/linux/arch/csky/abiv1/inc/abi/
H A Dckmmu.h97 static inline pgd_t *get_pgd(void) in get_pgd() function
/openbmc/linux/arch/csky/abiv2/inc/abi/
H A Dckmmu.h135 static inline pgd_t *get_pgd(void) in get_pgd() function
/openbmc/linux/arch/parisc/kernel/
H A Dentry.S1128 get_pgd spc,ptp
1155 get_pgd spc,ptp
1183 get_pgd spc,ptp
1217 get_pgd spc,ptp
1252 get_pgd spc,ptp
1280 get_pgd spc,ptp
1329 get_pgd spc,ptp
1353 get_pgd spc,ptp
1381 get_pgd spc,ptp
1405 get_pgd spc,ptp
[all …]
/openbmc/qemu/contrib/elf2dmp/
H A Daddrspace.c136 static uint64_t get_pgd(struct va_space *vs, uint64_t va, uint64_t pdpe) in get_pgd() function
203 pgd = get_pgd(vs, va, pdpe); in va_space_va2pa()
/openbmc/linux/arch/csky/mm/
H A Dfault.c138 pgd = get_pgd() + offset; in vmalloc_fault()