Searched defs:save_and_cli (Results 1 - 24 of 24) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Dsystem.h71 #define save_and_cli(flags) do { save_flags(flags); cli(); } while(0) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc/
H A Dsystem.h107 #define save_and_cli(flags) __save_and_cli(flags) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc64/
H A Dsystem.h92 #define save_and_cli(flags) __save_and_cli(flags) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Dsystem.h71 #define save_and_cli(flags) do { save_flags(flags); cli(); } while(0) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc/
H A Dsystem.h107 #define save_and_cli(flags) __save_and_cli(flags) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc64/
H A Dsystem.h92 #define save_and_cli(flags) __save_and_cli(flags) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dsystem.h156 # define save_and_cli(x) do { save_flags(x); cli(); } while(0) macro
163 # define save_and_cli(x) __save_and_cli(x) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dsystem.h149 #define save_and_cli(x) do { save_flags(x); cli(); } while(0) macro
157 #define save_and_cli(x) __save_and_cli(x) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sh/
H A Dsystem.h240 #define save_and_cli(x) x = __save_and_cli() macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Dsystem.h256 #define save_and_cli(flags) do { save_flags(flags); cli(); } while(0) macro
273 #define save_and_cli(x) __save_and_cli(x) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dsystem.h156 # define save_and_cli(x) do { save_flags(x); cli(); } while(0) macro
163 # define save_and_cli(x) __save_and_cli(x) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dsystem.h149 #define save_and_cli(x) do { save_flags(x); cli(); } while(0) macro
157 #define save_and_cli(x) __save_and_cli(x) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sh/
H A Dsystem.h240 #define save_and_cli(x) x = __save_and_cli() macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Dsystem.h256 #define save_and_cli(flags) do { save_flags(flags); cli(); } while(0) macro
273 #define save_and_cli(x) __save_and_cli(x) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dsystem.h156 # define save_and_cli(x) do { save_flags(x); cli(); } while(0) macro
163 # define save_and_cli(x) __save_and_cli(x) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-cris/
H A Dsystem.h74 #define save_and_cli(x) do { __save_flags(x); cli(); } while(0) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dsystem.h156 # define save_and_cli(x) do { save_flags(x); cli(); } while(0) macro
163 # define save_and_cli(x) __save_and_cli(x) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-cris/
H A Dsystem.h74 #define save_and_cli(x) do { __save_flags(x); cli(); } while(0) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/
H A Dsystem.h174 #define save_and_cli(flags) __save_and_cli(flags) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Dsystem.h78 #define save_and_cli(x) __save_and_cli(x) macro
92 #define save_and_cli(flags) do { save_flags(flags); cli(); } while(0) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/
H A Dsystem.h174 #define save_and_cli(flags) __save_and_cli(flags) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc64/
H A Dsystem.h78 #define save_and_cli(x) __save_and_cli(x) macro
92 #define save_and_cli(flags) do { save_flags(flags); cli(); } while(0) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-alpha/
H A Dsystem.h323 #define save_and_cli(flags) (save_flags(flags), cli()) macro
340 #define save_and_cli(flags) __save_and_cli(flags) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-alpha/
H A Dsystem.h323 #define save_and_cli(flags) (save_flags(flags), cli()) macro
340 #define save_and_cli(flags) __save_and_cli(flags) macro

Completed in 319 milliseconds