Searched refs:hv_get_ipi_pte (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/arch/tile/kernel/ |
H A D | hvglue.S | 71 gensym hv_get_ipi_pte, 0x700, 32
|
H A D | hvglue_trace.c | 75 #define hv_get_ipi_pte _hv_get_ipi_pte macro 135 #undef hv_get_ipi_pte macro 194 HV_WRAP3(int, hv_get_ipi_pte, HV_Coord, tile, int, pl, HV_PTE*, pte)
|
H A D | smp.c | 246 if (hv_get_ipi_pte(tile, KERNEL_PL, &pte) != 0) for_each_possible_cpu()
|
/linux-4.4.14/arch/tile/include/hv/ |
H A D | hypervisor.h | 314 /** hv_get_ipi_pte */ 597 int hv_get_ipi_pte(HV_Coord tile, int pl, HV_PTE* pte);
|
Completed in 74 milliseconds