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

/linux-master/arch/arm64/include/asm/
H A Dfixmap.h87 FIX_PTE, enumerator in enum:fixed_addresses
H A Dpgtable.h735 #define pte_set_fixmap(addr) ((pte_t *)set_fixmap_offset(FIX_PTE, addr))
737 #define pte_clear_fixmap() clear_fixmap(FIX_PTE)
/linux-master/arch/riscv/include/asm/
H A Dfixmap.h33 FIX_PTE, enumerator in enum:fixed_addresses
/linux-master/arch/riscv/mm/
H A Dinit.c342 clear_fixmap(FIX_PTE);
343 return (pte_t *)set_fixmap_offset(FIX_PTE, pa);
1327 clear_fixmap(FIX_PTE);

Completed in 236 milliseconds