Searched refs:get_pgd (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/microblaze/include/asm/ |
| H A D | pgalloc.h | 26 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 D | entry.S | 359 .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 D | ckmmu.h | 97 static inline unsigned long get_pgd(void) in get_pgd() function
|
| /OK3568_Linux_fs/kernel/arch/csky/abiv2/inc/abi/ |
| H A D | ckmmu.h | 111 static inline unsigned long get_pgd(void) in get_pgd() function
|
| /OK3568_Linux_fs/kernel/arch/csky/mm/ |
| H A D | fault.c | 89 pgd_base = (unsigned long)__va(get_pgd()); in do_page_fault()
|