Home
last modified time | relevance | path

Searched refs:open_softirq (Results 1 – 13 of 13) sorted by relevance

/xen/xen/include/xen/
A Dsoftirq.h27 void open_softirq(int nr, softirq_handler handler);
/xen/xen/common/
A Dsoftirq.c77 void open_softirq(int nr, softirq_handler handler) in open_softirq() function
A Dtasklet.c250 open_softirq(TASKLET_SOFTIRQ, tasklet_softirq_action); in tasklet_subsys_init()
A Drcupdate.c691 open_softirq(RCU_SOFTIRQ, rcu_process_callbacks); in rcu_init()
A Dtimer.c688 open_softirq(TIMER_SOFTIRQ, timer_softirq_action); in timer_init()
/xen/xen/arch/x86/pv/
A Dtraps.c166 open_softirq(NMI_SOFTIRQ, nmi_softirq); in pv_trap_init()
/xen/xen/common/sched/
A Dcore.c2873 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 Dio.c1123 open_softirq(HVM_DPCI_SOFTIRQ, dpci_softirq); in setup_dpci_softirq()
/xen/xen/arch/x86/
A Dtraps.c2135 open_softirq(PCI_SERR_SOFTIRQ, pci_serr_softirq); in trap_init()
A Dsetup.c1676 open_softirq(NEW_TLBFLUSH_CLOCK_PERIOD_SOFTIRQ, new_tlbflush_clock_period); in __start_xen()
A Dtime.c2045 open_softirq(TIME_CALIBRATE_SOFTIRQ, local_time_calibration); in init_xen_time()
A Ddomain.c2276 open_softirq(VCPU_KICK_SOFTIRQ, vcpu_kick_softirq); in init_vcpu_kick_softirq()
/xen/xen/arch/x86/cpu/mcheck/
A Dmce.c1912 open_softirq(MACHINE_CHECK_SOFTIRQ, mce_softirq); in mce_handler_init()

Completed in 50 milliseconds