Lines Matching defs:_pa
430 #define PHYSADDR64HI(_pa) ((_pa).hiaddr) argument
431 #define PHYSADDR64HISET(_pa, _val) \ argument
435 #define PHYSADDR64LO(_pa) ((_pa).loaddr) argument
436 #define PHYSADDR64LOSET(_pa, _val) \ argument
443 #define PHYSADDRHI(_pa) PHYSADDR64HI(_pa) argument
444 #define PHYSADDRHISET(_pa, _val) PHYSADDR64HISET(_pa, _val) argument
445 #define PHYSADDRLO(_pa) PHYSADDR64LO(_pa) argument
446 #define PHYSADDRLOSET(_pa, _val) PHYSADDR64LOSET(_pa, _val) argument
447 #define PHYSADDRTOULONG(_pa, _ulong) \ argument
454 #define PHYSADDRHI(_pa) (0u) argument
455 #define PHYSADDRHISET(_pa, _val) argument
456 #define PHYSADDRLO(_pa) ((_pa)) argument
457 #define PHYSADDRLOSET(_pa, _val) \ argument
463 #define PHYSADDRISZERO(_pa) (PHYSADDRLO(_pa) == 0 && PHYSADDRHI(_pa) == 0) argument