Home
last modified time | relevance | path

Searched refs:enable_all (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/arch/sh/include/asm/
H A Dperf_event.h13 void (*enable_all)(void); member
H A Dhw_breakpoint.h35 void (*enable_all)(unsigned long); member
/openbmc/linux/kernel/trace/
H A Dtrace_boot.c521 bool enable, enable_all = false; in trace_boot_init_events() local
531 enable_all = true; in trace_boot_init_events()
550 if (enable_all) in trace_boot_init_events()
/openbmc/linux/arch/sh/kernel/cpu/sh4a/
H A Dubc.c91 .enable_all = sh4a_ubc_enable_all,
H A Dperf_event.c284 .enable_all = sh4a_pmu_enable_all,
/openbmc/linux/drivers/soc/ti/
H A Dknav_dma.c89 bool loopback, enable_all; member
669 dma->enable_all = of_property_read_bool(node, "ti,enable-all"); in dma_init()
703 if (dma->enable_all) { in dma_init()
/openbmc/linux/arch/x86/events/intel/
H A Dp6.c205 .enable_all = p6_pmu_enable_all,
H A Dknc.c294 .enable_all = knc_pmu_enable_all,
H A Dcore.c4932 .enable_all = core_pmu_enable_all,
4980 .enable_all = intel_pmu_enable_all,
6105 x86_pmu.enable_all = intel_pmu_nhm_enable_all; in intel_pmu_init()
6323 x86_pmu.enable_all = intel_pmu_nhm_enable_all; in intel_pmu_init()
6567 x86_pmu.enable_all = intel_tfa_pmu_enable_all; in intel_pmu_init()
H A Dp4.c1339 .enable_all = p4_pmu_enable_all,
/openbmc/linux/arch/sh/kernel/cpu/sh4/
H A Dperf_event.c250 .enable_all = sh7750_pmu_enable_all,
/openbmc/linux/arch/sh/kernel/
H A Dhw_breakpoint.c351 sh_ubc->enable_all(resume_mask); in hw_breakpoint_handler()
H A Dperf_event.c312 sh_pmu->enable_all(); in sh_pmu_enable()
/openbmc/linux/tools/hv/
H A Dvmbus_testing89 if (args.enable_all):
/openbmc/linux/arch/x86/events/amd/
H A Dcore.c1266 .enable_all = amd_pmu_enable_all,
1390 x86_pmu.enable_all = amd_pmu_v2_enable_all; in amd_core_pmu_init()
/openbmc/linux/arch/x86/events/zhaoxin/
H A Dcore.c463 .enable_all = zhaoxin_pmu_enable_all,
/openbmc/linux/drivers/pci/
H A Dsetup-bus.c2169 goto enable_all; in pci_assign_unassigned_bridge_resources()
2174 goto enable_all; in pci_assign_unassigned_bridge_resources()
2209 enable_all: in pci_assign_unassigned_bridge_resources()
/openbmc/linux/arch/x86/events/
H A Dperf_event.h747 void (*enable_all)(int added); member
H A Dcore.c67 DEFINE_STATIC_CALL_NULL(x86_pmu_enable_all, *x86_pmu.enable_all);
2006 static_call_update(x86_pmu_enable_all, x86_pmu.enable_all); in x86_pmu_static_call_update()