pv_irq_ops 110 arch/x86/kernel/asm-offsets_32.c OFFSET(PARAVIRT_PATCH_pv_irq_ops, paravirt_patch_template, pv_irq_ops); pv_irq_ops 111 arch/x86/kernel/asm-offsets_32.c OFFSET(PV_IRQ_irq_disable, pv_irq_ops, irq_disable); pv_irq_ops 112 arch/x86/kernel/asm-offsets_32.c OFFSET(PV_IRQ_irq_enable, pv_irq_ops, irq_enable); pv_irq_ops 63 arch/x86/kernel/asm-offsets_64.c OFFSET(PARAVIRT_PATCH_pv_irq_ops, paravirt_patch_template, pv_irq_ops); pv_irq_ops 64 arch/x86/kernel/asm-offsets_64.c OFFSET(PV_IRQ_irq_disable, pv_irq_ops, irq_disable); pv_irq_ops 65 arch/x86/kernel/asm-offsets_64.c OFFSET(PV_IRQ_irq_enable, pv_irq_ops, irq_enable); pv_irq_ops 66 arch/x86/kernel/asm-offsets_64.c OFFSET(PV_IRQ_adjust_exception_frame, pv_irq_ops, adjust_exception_frame); pv_irq_ops 124 arch/x86/kernel/paravirt.c .pv_irq_ops = pv_irq_ops, pv_irq_ops 174 arch/x86/kernel/paravirt.c pv_irq_ops.init_IRQ(); pv_irq_ops 293 arch/x86/kernel/paravirt.c struct pv_irq_ops pv_irq_ops = { pv_irq_ops 27 arch/x86/kernel/paravirt_patch_32.c PATCH_SITE(pv_irq_ops, irq_disable); pv_irq_ops 28 arch/x86/kernel/paravirt_patch_32.c PATCH_SITE(pv_irq_ops, irq_enable); pv_irq_ops 29 arch/x86/kernel/paravirt_patch_32.c PATCH_SITE(pv_irq_ops, restore_fl); pv_irq_ops 30 arch/x86/kernel/paravirt_patch_32.c PATCH_SITE(pv_irq_ops, save_fl); pv_irq_ops 34 arch/x86/kernel/paravirt_patch_64.c PATCH_SITE(pv_irq_ops, restore_fl); pv_irq_ops 35 arch/x86/kernel/paravirt_patch_64.c PATCH_SITE(pv_irq_ops, save_fl); pv_irq_ops 36 arch/x86/kernel/paravirt_patch_64.c PATCH_SITE(pv_irq_ops, irq_enable); pv_irq_ops 37 arch/x86/kernel/paravirt_patch_64.c PATCH_SITE(pv_irq_ops, irq_disable); pv_irq_ops 141 arch/x86/kernel/vmi_32.c case PARAVIRT_PATCH(pv_irq_ops.irq_disable): pv_irq_ops 144 arch/x86/kernel/vmi_32.c case PARAVIRT_PATCH(pv_irq_ops.irq_enable): pv_irq_ops 147 arch/x86/kernel/vmi_32.c case PARAVIRT_PATCH(pv_irq_ops.restore_fl): pv_irq_ops 150 arch/x86/kernel/vmi_32.c case PARAVIRT_PATCH(pv_irq_ops.save_fl): pv_irq_ops 792 arch/x86/kernel/vmi_32.c para_fill(pv_irq_ops.save_fl, GetInterruptMask); pv_irq_ops 793 arch/x86/kernel/vmi_32.c para_fill(pv_irq_ops.restore_fl, SetInterruptMask); pv_irq_ops 794 arch/x86/kernel/vmi_32.c para_fill(pv_irq_ops.irq_disable, DisableInterrupts); pv_irq_ops 795 arch/x86/kernel/vmi_32.c para_fill(pv_irq_ops.irq_enable, EnableInterrupts); pv_irq_ops 944 arch/x86/kernel/vmi_32.c para_fill(pv_irq_ops.safe_halt, Halt); pv_irq_ops 68 arch/x86/kernel/vsmp_64.c case PARAVIRT_PATCH(pv_irq_ops.irq_enable): pv_irq_ops 69 arch/x86/kernel/vsmp_64.c case PARAVIRT_PATCH(pv_irq_ops.irq_disable): pv_irq_ops 70 arch/x86/kernel/vsmp_64.c case PARAVIRT_PATCH(pv_irq_ops.save_fl): pv_irq_ops 71 arch/x86/kernel/vsmp_64.c case PARAVIRT_PATCH(pv_irq_ops.restore_fl): pv_irq_ops 93 arch/x86/kernel/vsmp_64.c pv_irq_ops.irq_disable = vsmp_irq_disable; pv_irq_ops 94 arch/x86/kernel/vsmp_64.c pv_irq_ops.irq_enable = vsmp_irq_enable; pv_irq_ops 95 arch/x86/kernel/vsmp_64.c pv_irq_ops.save_fl = vsmp_save_fl; pv_irq_ops 96 arch/x86/kernel/vsmp_64.c pv_irq_ops.restore_fl = vsmp_restore_fl; pv_irq_ops 932 arch/x86/lguest/boot.c [PARAVIRT_PATCH(pv_irq_ops.irq_disable)] = { lgstart_cli, lgend_cli }, pv_irq_ops 933 arch/x86/lguest/boot.c [PARAVIRT_PATCH(pv_irq_ops.irq_enable)] = { lgstart_sti, lgend_sti }, pv_irq_ops 934 arch/x86/lguest/boot.c [PARAVIRT_PATCH(pv_irq_ops.restore_fl)] = { lgstart_popf, lgend_popf }, pv_irq_ops 935 arch/x86/lguest/boot.c [PARAVIRT_PATCH(pv_irq_ops.save_fl)] = { lgstart_pushf, lgend_pushf }, pv_irq_ops 977 arch/x86/lguest/boot.c pv_irq_ops.init_IRQ = lguest_init_IRQ; pv_irq_ops 978 arch/x86/lguest/boot.c pv_irq_ops.save_fl = save_fl; pv_irq_ops 979 arch/x86/lguest/boot.c pv_irq_ops.restore_fl = restore_fl; pv_irq_ops 980 arch/x86/lguest/boot.c pv_irq_ops.irq_disable = irq_disable; pv_irq_ops 981 arch/x86/lguest/boot.c pv_irq_ops.irq_enable = irq_enable; pv_irq_ops 982 arch/x86/lguest/boot.c pv_irq_ops.safe_halt = lguest_safe_halt; pv_irq_ops 1072 arch/x86/xen/enlighten.c pv_irq_ops.save_fl = xen_save_fl_direct; pv_irq_ops 1073 arch/x86/xen/enlighten.c pv_irq_ops.restore_fl = xen_restore_fl_direct; pv_irq_ops 1074 arch/x86/xen/enlighten.c pv_irq_ops.irq_disable = xen_irq_disable_direct; pv_irq_ops 1075 arch/x86/xen/enlighten.c pv_irq_ops.irq_enable = xen_irq_enable_direct; pv_irq_ops 1098 arch/x86/xen/enlighten.c SITE(pv_irq_ops, irq_enable); pv_irq_ops 1099 arch/x86/xen/enlighten.c SITE(pv_irq_ops, irq_disable); pv_irq_ops 1100 arch/x86/xen/enlighten.c SITE(pv_irq_ops, save_fl); pv_irq_ops 1101 arch/x86/xen/enlighten.c SITE(pv_irq_ops, restore_fl); pv_irq_ops 127 arch/x86/xen/irq.c static const struct pv_irq_ops xen_irq_ops __initdata = { pv_irq_ops 142 arch/x86/xen/irq.c pv_irq_ops = xen_irq_ops; pv_irq_ops 343 include/asm-x86/paravirt.h struct pv_irq_ops pv_irq_ops; pv_irq_ops 353 include/asm-x86/paravirt.h extern struct pv_irq_ops pv_irq_ops; pv_irq_ops 709 include/asm-x86/paravirt.h PVOP_VCALL0(pv_irq_ops.safe_halt); pv_irq_ops 714 include/asm-x86/paravirt.h PVOP_VCALL0(pv_irq_ops.safe_halt); pv_irq_ops 1464 include/asm-x86/paravirt.h : paravirt_type(pv_irq_ops.save_fl), pv_irq_ops 1477 include/asm-x86/paravirt.h paravirt_type(pv_irq_ops.restore_fl), pv_irq_ops 1488 include/asm-x86/paravirt.h : paravirt_type(pv_irq_ops.irq_disable), pv_irq_ops 1499 include/asm-x86/paravirt.h : paravirt_type(pv_irq_ops.irq_enable), pv_irq_ops 1581 include/asm-x86/paravirt.h PARA_SITE(PARA_PATCH(pv_irq_ops, PV_IRQ_irq_disable), clobbers, \ pv_irq_ops 1583 include/asm-x86/paravirt.h call PARA_INDIRECT(pv_irq_ops+PV_IRQ_irq_disable); \ pv_irq_ops 1587 include/asm-x86/paravirt.h PARA_SITE(PARA_PATCH(pv_irq_ops, PV_IRQ_irq_enable), clobbers, \ pv_irq_ops 1589 include/asm-x86/paravirt.h call PARA_INDIRECT(pv_irq_ops+PV_IRQ_irq_enable); \ pv_irq_ops 1633 include/asm-x86/paravirt.h PARA_SITE(PARA_PATCH(pv_irq_ops, PV_IRQ_adjust_exception_frame), \ pv_irq_ops 1635 include/asm-x86/paravirt.h call PARA_INDIRECT(pv_irq_ops+PV_IRQ_adjust_exception_frame))