Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/microblaze/include/asm/
H A Dpgalloc.h26 static inline pgd_t *get_pgd(void) in get_pgd() function
31 #define pgd_alloc(mm) get_pgd()
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dentry.S359 .macro get_pgd spc,reg macro
1149 get_pgd spc,ptp
1175 get_pgd spc,ptp
1202 get_pgd spc,ptp
1235 get_pgd spc,ptp
1269 get_pgd spc,ptp
1296 get_pgd spc,ptp
1406 get_pgd spc,ptp
1430 get_pgd spc,ptp
1457 get_pgd spc,ptp
[all …]
/OK3568_Linux_fs/kernel/arch/csky/abiv1/inc/abi/
H A Dckmmu.h97 static inline unsigned long get_pgd(void) in get_pgd() function
/OK3568_Linux_fs/kernel/arch/csky/abiv2/inc/abi/
H A Dckmmu.h111 static inline unsigned long get_pgd(void) in get_pgd() function
/OK3568_Linux_fs/kernel/arch/csky/mm/
H A Dfault.c89 pgd_base = (unsigned long)__va(get_pgd()); in do_page_fault()