Lines Matching defs:x
29 #define UL(x) _AC(x, UL) argument
192 #define __pv_add_carry_stub(x, y) \ argument
203 static inline phys_addr_t __virt_to_phys(unsigned long x) in __virt_to_phys()
216 static inline unsigned long __phys_to_virt(phys_addr_t x) in __phys_to_virt()
235 static inline phys_addr_t __virt_to_phys(unsigned long x) in __virt_to_phys()
240 static inline unsigned long __phys_to_virt(phys_addr_t x) in __phys_to_virt()
258 static inline phys_addr_t virt_to_phys(const volatile void *x) in virt_to_phys()
264 static inline void *phys_to_virt(phys_addr_t x) in phys_to_virt()
272 #define __pa(x) __virt_to_phys((unsigned long)(x)) argument
273 #define __va(x) ((void *)__phys_to_virt((phys_addr_t)(x))) argument
283 static inline phys_addr_t __virt_to_idmap(unsigned long x) in __virt_to_idmap()
291 #define virt_to_idmap(x) __virt_to_idmap((unsigned long)(x)) argument
302 #define __pfn_to_bus(x) __pfn_to_phys(x) argument
303 #define __bus_to_pfn(x) __phys_to_pfn(x) argument
308 static inline __deprecated unsigned long virt_to_bus(void *x) in virt_to_bus()
314 static inline __deprecated void *bus_to_virt(unsigned long x) in bus_to_virt()