Home
last modified time | relevance | path

Searched refs:HV_Coord (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/arch/tile/include/hv/
Dhypervisor.h582 } HV_Coord; typedef
594 int hv_get_ipi_pte(HV_Coord tile, int pl, HV_PTE* pte);
618 int hv_console_set_ipi(int ipi, int event, HV_Coord coord);
661 HV_Errno hv_trigger_ipi(HV_Coord tile, int interrupt);
924 HV_Coord coord;
1062 HV_Coord coord; /**< Relative tile coordinates of the port used by a
1088 HV_MemoryControllerInfo hv_inquire_memory_controller(HV_Coord coord,
/linux-4.1.27/drivers/tty/hvc/
Dhvc_tile.c85 HV_Coord coord = { .x = cpu_x(cpu), .y = cpu_y(cpu) }; in hvc_tile_notifier_add_irq()
104 HV_Coord coord = { 0, 0 }; in hvc_tile_notifier_del_irq()
/linux-4.1.27/arch/tile/kernel/
Dsmp.c240 HV_Coord tile; in ipi_init()
278 HV_Coord coord; in smp_send_reschedule()
Dhvglue_trace.c192 HV_WRAP3(int, hv_get_ipi_pte, HV_Coord, tile, int, pl, HV_PTE*, pte)
193 HV_WRAP3(int, hv_console_set_ipi, int, ipi, int, event, HV_Coord, coord);
199 HV_WRAP2(HV_Errno, hv_trigger_ipi, HV_Coord, tile, int, interrupt)
223 HV_WRAP2(HV_MemoryControllerInfo, hv_inquire_memory_controller, HV_Coord, coord,
Dsetup.c886 HV_Coord coord; in setup_numa_mapping()