Lines Matching defs:address
63 * address to form the resulting TTE. The mapping is:
171 /* Kernel physical address base and size in bytes. */
318 unsigned long tsb_hash_shift, unsigned long address,
327 tsb += ((address >> tsb_hash_shift) &
329 tag = (address >> 22UL);
398 unsigned long address, pte_t *ptep, unsigned int nr)
432 /* Transfer bits [32:22] from address to resolve
436 pte_val(pte) |= (address & mask);
441 pte_val(pte) |= (address & (1UL << REAL_HPAGE_SHIFT));
446 REAL_HPAGE_SHIFT, address, pte_val(pte));
454 address, pte_val(pte));
455 address += PAGE_SIZE;
727 * No need to change the address space any more, just flush
883 * 32-bit physical address for the ramdisk image
886 * provide a full 64-bit physical address at
894 * the physical address to KERNBASE, so we have to
896 * physical page address to get the true physical address.
901 numadbg("Found ramdisk at physical address 0x%lx, size %u\n",
1029 * end address that we return
1054 * offset. An address belongs to a latency group if its address matches
1266 val = mdesc_get_property(md, node, "address-match", NULL);
1268 val = mdesc_get_property(md, node, "address-mask", NULL);
1308 "address-congruence-offset", NULL);
1310 /* The address-congruence-offset property is optional.
1965 * address, so we can use all that our page tables
3052 * also executing in this address space.