Searched refs:FIX_PTE (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/riscv/include/asm/
H A Dfixmap.h33 FIX_PTE, enumerator in enum:fixed_addresses
/linux-master/arch/arm64/include/asm/
H A Dfixmap.h87 FIX_PTE, enumerator in enum:fixed_addresses
H A Dpgtable.h689 #define pte_set_fixmap(addr) ((pte_t *)set_fixmap_offset(FIX_PTE, addr))
691 #define pte_clear_fixmap() clear_fixmap(FIX_PTE)
/linux-master/arch/riscv/mm/
H A Dinit.c341 clear_fixmap(FIX_PTE);
342 return (pte_t *)set_fixmap_offset(FIX_PTE, pa);
1326 clear_fixmap(FIX_PTE);

Completed in 168 milliseconds