Searched refs:__deprecated (Results 1 – 7 of 7) sorted by relevance
178 static inline void __deprecated cli(void) in cli()182 static inline void __deprecated sti(void) in sti()186 static inline void __deprecated save_flags(unsigned long *x) in save_flags()191 static inline void __deprecated restore_flags(unsigned long x) in restore_flags()196 static inline void __deprecated save_and_cli(unsigned long *x) in save_and_cli()
88 #ifndef __deprecated89 # define __deprecated /* unimplemented */ macro93 #define __deprecated_for_modules __deprecated
29 #define __deprecated __attribute__((deprecated)) macro
143 extern char *print_mac(char *buf, const unsigned char *addr) __deprecated;
131 static inline int __deprecated check_region(resource_size_t s, in check_region()
191 static inline __deprecated unsigned long virt_to_bus(void *x) in virt_to_bus()196 static inline __deprecated void *bus_to_virt(unsigned long x) in bus_to_virt()
123 #undef __deprecated124 #define __deprecated __attribute__ ((deprecated)) macro