Home
last modified time | relevance | path

Searched refs:TILE_CTL_EXCL_HV (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/tile/include/asm/
Dpmc.h27 #define TILE_CTL_EXCL_HV (1 << 9) /* exclude hypervisor level */ macro
39 #define TILE_CTL_EXCL_HV (1 << 12) /* exclude hypervisor level */ macro
/linux-4.1.27/arch/tile/kernel/
Dperf_event.c822 hwc->config |= TILE_CTL_EXCL_HV; in __tile_event_init()