Searched refs:cache_pa (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/tile/mm/ |
D | homecache.c | 117 HV_PhysAddr cache_pa; in flush_remote() local 143 cache_pa = (HV_PhysAddr)cache_pfn << PAGE_SHIFT; in flush_remote() 144 rc = hv_flush_remote(cache_pa, cache_control, in flush_remote() 153 cache_pa, cache_control, cache_cpumask, in flush_remote()
|
/linux-4.4.14/arch/tile/kernel/ |
D | hvglue_trace.c | 264 HV_WRAP9(int, hv_flush_remote, HV_PhysAddr, cache_pa,
|
/linux-4.4.14/arch/tile/include/hv/ |
D | hypervisor.h | 1991 int hv_flush_remote(HV_PhysAddr cache_pa, unsigned long cache_control,
|