Home
last modified time | relevance | path

Searched refs:IRQ_ENABLED (Results 1 – 6 of 6) sorted by relevance

/external/oprofile/module/x86/
Dop_arch.h22 #define IRQ_ENABLED(regs) ((regs)->eflags & IF_MASK) macro
Dop_rtc.c47 op_do_profile(cpu, instruction_pointer(regs), IRQ_ENABLED(regs), 0); in do_rtc_interrupt()
Dop_model_ppro.c90 op_do_profile(cpu, instruction_pointer(regs), IRQ_ENABLED(regs), i); in ppro_check_ctrs()
Dop_model_athlon.c95 op_do_profile(cpu, instruction_pointer(regs), IRQ_ENABLED(regs), i); in athlon_check_ctrs()
Dop_model_p4.c659 op_do_profile(cpu, instruction_pointer(regs), IRQ_ENABLED(regs), i); in p4_check_ctrs()
/external/oprofile/
DChangeLog-2002648 (evict_op_entry): Use IRQ_ENABLED macro.