Searched refs:open_softirq (Results 1 – 13 of 13) sorted by relevance
/xen/xen/include/xen/ |
A D | softirq.h | 27 void open_softirq(int nr, softirq_handler handler);
|
/xen/xen/common/ |
A D | softirq.c | 77 void open_softirq(int nr, softirq_handler handler) in open_softirq() function
|
A D | tasklet.c | 250 open_softirq(TASKLET_SOFTIRQ, tasklet_softirq_action); in tasklet_subsys_init()
|
A D | rcupdate.c | 691 open_softirq(RCU_SOFTIRQ, rcu_process_callbacks); in rcu_init()
|
A D | timer.c | 688 open_softirq(TIMER_SOFTIRQ, timer_softirq_action); in timer_init()
|
/xen/xen/arch/x86/pv/ |
A D | traps.c | 166 open_softirq(NMI_SOFTIRQ, nmi_softirq); in pv_trap_init()
|
/xen/xen/common/sched/ |
A D | core.c | 2873 open_softirq(SCHEDULE_SOFTIRQ, schedule_dummy); in scheduler_disable() 2874 open_softirq(SCHED_SLAVE_SOFTIRQ, schedule_dummy); in scheduler_disable() 2879 open_softirq(SCHEDULE_SOFTIRQ, schedule); in scheduler_enable() 2880 open_softirq(SCHED_SLAVE_SOFTIRQ, sched_slave); in scheduler_enable()
|
/xen/xen/drivers/passthrough/ |
A D | io.c | 1123 open_softirq(HVM_DPCI_SOFTIRQ, dpci_softirq); in setup_dpci_softirq()
|
/xen/xen/arch/x86/ |
A D | traps.c | 2135 open_softirq(PCI_SERR_SOFTIRQ, pci_serr_softirq); in trap_init()
|
A D | setup.c | 1676 open_softirq(NEW_TLBFLUSH_CLOCK_PERIOD_SOFTIRQ, new_tlbflush_clock_period); in __start_xen()
|
A D | time.c | 2045 open_softirq(TIME_CALIBRATE_SOFTIRQ, local_time_calibration); in init_xen_time()
|
A D | domain.c | 2276 open_softirq(VCPU_KICK_SOFTIRQ, vcpu_kick_softirq); in init_vcpu_kick_softirq()
|
/xen/xen/arch/x86/cpu/mcheck/ |
A D | mce.c | 1912 open_softirq(MACHINE_CHECK_SOFTIRQ, mce_softirq); in mce_handler_init()
|
Completed in 50 milliseconds