Lines Matching defs:_pa
380 #define PHYSADDR64HI(_pa) ((_pa).hiaddr) argument
381 #define PHYSADDR64HISET(_pa, _val) \ argument
385 #define PHYSADDR64LO(_pa) ((_pa).loaddr) argument
386 #define PHYSADDR64LOSET(_pa, _val) \ argument
393 #define PHYSADDRHI(_pa) PHYSADDR64HI(_pa) argument
394 #define PHYSADDRHISET(_pa, _val) PHYSADDR64HISET(_pa, _val) argument
395 #define PHYSADDRLO(_pa) PHYSADDR64LO(_pa) argument
396 #define PHYSADDRLOSET(_pa, _val) PHYSADDR64LOSET(_pa, _val) argument
397 #define PHYSADDRTOULONG(_pa, _ulong) \ argument
404 #define PHYSADDRHI(_pa) (0) argument
405 #define PHYSADDRHISET(_pa, _val) argument
406 #define PHYSADDRLO(_pa) ((_pa)) argument
407 #define PHYSADDRLOSET(_pa, _val) \ argument
412 #define PHYSADDRISZERO(_pa) (PHYSADDRLO(_pa) == 0 && PHYSADDRHI(_pa) == 0) argument