pub type PhysAddr = phys_addr_t;
Physical address type.
This is a type alias to either u32 or u64 depending on the config option CONFIG_PHYS_ADDR_T_64BIT, and it can be a u64 even on 32-bit architectures.
u32
u64
CONFIG_PHYS_ADDR_T_64BIT