Home
last modified time | relevance | path

Searched refs:__virt_to_fix (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arc/include/asm/
H A Dhighmem.h31 #define __virt_to_fix(x) (((FIXADDR_TOP - ((x) & PAGE_MASK))) >> PAGE_SHIFT) macro
/linux/arch/sh/mm/
H A Dkmap.c55 enum fixed_addresses idx = __virt_to_fix(vaddr); in kunmap_coherent()