Searched refs:HV_Coord (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/arch/tile/include/hv/ |
D | hypervisor.h | 582 } 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/ |
D | hvc_tile.c | 85 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/ |
D | smp.c | 240 HV_Coord tile; in ipi_init() 278 HV_Coord coord; in smp_send_reschedule()
|
D | hvglue_trace.c | 192 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,
|
D | setup.c | 886 HV_Coord coord; in setup_numa_mapping()
|