Home
last modified time | relevance | path

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

/linux-6.1.9/arch/microblaze/include/asm/
Dpgalloc.h24 static inline pgd_t *get_pgd(void) in get_pgd() function
29 #define pgd_alloc(mm) get_pgd()
/linux-6.1.9/arch/parisc/kernel/
Dentry.S332 .macro get_pgd spc,reg macro
1116 get_pgd spc,ptp
1142 get_pgd spc,ptp
1169 get_pgd spc,ptp
1202 get_pgd spc,ptp
1236 get_pgd spc,ptp
1263 get_pgd spc,ptp
1311 get_pgd spc,ptp
1335 get_pgd spc,ptp
1362 get_pgd spc,ptp
[all …]
/linux-6.1.9/arch/csky/abiv1/inc/abi/
Dckmmu.h97 static inline pgd_t *get_pgd(void) in get_pgd() function
/linux-6.1.9/arch/csky/abiv2/inc/abi/
Dckmmu.h135 static inline pgd_t *get_pgd(void) in get_pgd() function
/linux-6.1.9/arch/csky/mm/
Dfault.c139 pgd = get_pgd() + offset; in vmalloc_fault()