Searched refs:IRQ_ENABLED (Results 1 – 6 of 6) sorted by relevance
/external/oprofile/module/x86/ |
D | op_arch.h | 22 #define IRQ_ENABLED(regs) ((regs)->eflags & IF_MASK) macro
|
D | op_rtc.c | 47 op_do_profile(cpu, instruction_pointer(regs), IRQ_ENABLED(regs), 0); in do_rtc_interrupt()
|
D | op_model_ppro.c | 90 op_do_profile(cpu, instruction_pointer(regs), IRQ_ENABLED(regs), i); in ppro_check_ctrs()
|
D | op_model_athlon.c | 95 op_do_profile(cpu, instruction_pointer(regs), IRQ_ENABLED(regs), i); in athlon_check_ctrs()
|
D | op_model_p4.c | 659 op_do_profile(cpu, instruction_pointer(regs), IRQ_ENABLED(regs), i); in p4_check_ctrs()
|
/external/oprofile/ |
D | ChangeLog-2002 | 648 (evict_op_entry): Use IRQ_ENABLED macro.
|