Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/arch/parisc/kernel/
Dentry.S333 .macro get_pgd spc,reg macro
1115 get_pgd spc,ptp
1141 get_pgd spc,ptp
1168 get_pgd spc,ptp
1201 get_pgd spc,ptp
1235 get_pgd spc,ptp
1262 get_pgd spc,ptp
1310 get_pgd spc,ptp
1334 get_pgd spc,ptp
1361 get_pgd spc,ptp
[all …]
/Linux-v6.6/arch/csky/abiv1/inc/abi/
Dckmmu.h97 static inline pgd_t *get_pgd(void) in get_pgd() function
/Linux-v6.6/arch/csky/abiv2/inc/abi/
Dckmmu.h135 static inline pgd_t *get_pgd(void) in get_pgd() function
/Linux-v6.6/arch/csky/mm/
Dfault.c138 pgd = get_pgd() + offset; in vmalloc_fault()