Home
last modified time | relevance | path

Searched defs:local_irq_save (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dirqflags.h214 #define local_irq_save(flags) \ macro
239 #define local_irq_save(flags) do { raw_local_irq_save(flags); } while (0) macro
/linux/tools/testing/selftests/bpf/progs/
H A Dirq.c75 static __noinline void local_irq_save(unsigned long *flags) in local_irq_save() function