Lines Matching refs:phys_addr
87 (unsigned int) (regs->phys_addr >> 32UL), in sun4v_path_component()
88 (unsigned int) (regs->phys_addr & 0xffffffffUL)); in sun4v_path_component()
92 type = regs->phys_addr >> 60UL; in sun4v_path_component()
93 high_bits = (regs->phys_addr >> 32UL) & 0x0fffffffUL; in sun4v_path_component()
94 low_bits = (regs->phys_addr & 0xffffffffUL); in sun4v_path_component()
127 (unsigned int) (regs->phys_addr >> 32UL), in sun4u_path_component()
128 (unsigned int) (regs->phys_addr & 0xffffffffUL)); in sun4u_path_component()
144 (unsigned int) (regs->phys_addr & mask)); in sun4u_path_component()
162 regs->phys_addr); in sbus_path_component()
209 (unsigned int) (regs->phys_addr & 0xffffffffUL)); in upa_path_component()
241 (unsigned int) (regs->phys_addr >> 32UL), in ebus_path_component()
242 (unsigned int) (regs->phys_addr & 0xffffffffUL)); in ebus_path_component()