Searched refs:hv_flush_remote (Results 1 - 9 of 9) sorted by relevance
/linux-4.4.14/arch/tile/kernel/ |
H A D | hvglue.S | 57 gensym hv_flush_remote, 0x540, 32
|
H A D | relocate_kernel_64.S | 111 moveli r20, hw2_last(hv_flush_remote) 114 shl16insli r20, r20, hw1(hv_flush_remote) 115 shl16insli r20, r20, hw0(hv_flush_remote)
|
H A D | hvglue_trace.c | 61 #define hv_flush_remote _hv_flush_remote macro 121 #undef hv_flush_remote macro 264 HV_WRAP9(int, hv_flush_remote, HV_PhysAddr, cache_pa,
|
H A D | relocate_kernel_32.S | 107 moveli r20, lo16(hv_flush_remote) 111 auli r20, r20, ha16(hv_flush_remote)
|
H A D | setup.c | 1291 * hv_flush_remote() to flush all caches. Note that if there are
|
/linux-4.4.14/arch/tile/mm/ |
H A D | homecache.c | 91 * This wrapper function around hv_flush_remote() does several things: 94 * there's never any good reason for hv_flush_remote() to fail. 144 rc = hv_flush_remote(cache_pa, cache_control, flush_remote() 152 pr_err("hv_flush_remote(%#llx, %#lx, %p [%*pb], %#lx, %#lx, %#lx, %p [%*pb], %p, %d) = %d\n", flush_remote()
|
/linux-4.4.14/arch/tile/include/asm/ |
H A D | homecache.h | 49 /* Support wrapper to use instead of explicit hv_flush_remote(). */
|
H A D | smp.h | 108 /* Which cpus can have their cache flushed by hv_flush_remote(). */
|
/linux-4.4.14/arch/tile/include/hv/ |
H A D | hypervisor.h | 267 /** hv_flush_remote */ 1991 int hv_flush_remote(HV_PhysAddr cache_pa, unsigned long cache_control,
|
Completed in 227 milliseconds