HomeSort by relevance Sort by last modified time
    Searched defs:local_irq_enable (Results 1 - 3 of 3) sorted by null

  /external/kernel-headers/original/linux/
irqflags.h 48 #define local_irq_enable() \ macro
71 # define raw_local_irq_enable() local_irq_enable()
  /external/oprofile/module/
compat22.h 18 #define local_irq_enable() __sti() macro
  /external/kernel-headers/original/asm-arm/
system.h 223 #define local_irq_enable() __asm__("cpsie i @ __sti" : : : "memory", "cc") macro
249 #define local_irq_enable() \ macro
253 "mrs %0, cpsr @ local_irq_enable\n" \

Completed in 153 milliseconds