Home
last modified time | relevance | path

Searched defs:local_irq_disable (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/include/asm/proc-armv/
H A Dsystem.h59 #define local_irq_disable() \ macro
100 #define local_irq_disable() \ macro
/rk3399_rockchip-uboot/arch/sandbox/include/asm/
H A Dsystem.h13 #define local_irq_disable() macro
/rk3399_rockchip-uboot/arch/nios2/include/asm/
H A Dsystem.h16 #define local_irq_disable() __asm__ __volatile__ ( \ macro
/rk3399_rockchip-uboot/arch/nds32/include/asm/
H A Dsystem.h26 #define local_irq_disable() \ macro
/rk3399_rockchip-uboot/arch/arm/thumb1/include/asm/proc-armv/
H A Dsystem.h42 static inline void local_irq_disable(void) in local_irq_disable() function
/rk3399_rockchip-uboot/arch/microblaze/include/asm/
H A Dsystem.h100 #define local_irq_disable() __cli () macro
/rk3399_rockchip-uboot/arch/mips/include/asm/
H A Dsystem.h142 #define local_irq_disable() __cli(); macro