Home
last modified time | relevance | path

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

/Linux-v5.10/arch/microblaze/include/asm/
Dpgalloc.h26 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/
Dckmmu.h97 static inline unsigned long get_pgd(void) in get_pgd() function
/Linux-v5.10/arch/parisc/kernel/
Dentry.S360 .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/
Dckmmu.h111 static inline unsigned long get_pgd(void) in get_pgd() function
/Linux-v5.10/arch/csky/mm/
Dfault.c89 pgd_base = (unsigned long)__va(get_pgd()); in do_page_fault()