Lines Matching defs:address
62 * address to form the resulting TTE. The mapping is:
170 /* Kernel physical address base and size in bytes. */
311 unsigned long tsb_hash_shift, unsigned long address,
320 tsb += ((address >> tsb_hash_shift) &
322 tag = (address >> 22UL);
390 void update_mmu_cache(struct vm_area_struct *vma, unsigned long address, pte_t *ptep)
423 /* Transfer bits [32:22] from address to resolve
427 pte_val(pte) |= (address & mask);
432 pte_val(pte) |= (address & (1UL << REAL_HPAGE_SHIFT));
437 REAL_HPAGE_SHIFT, address, pte_val(pte));
444 address, pte_val(pte));
867 * 32-bit physical address for the ramdisk image
870 * provide a full 64-bit physical address at
878 * the physical address to KERNBASE, so we have to
880 * physical page address to get the true physical address.
885 numadbg("Found ramdisk at physical address 0x%lx, size %u\n",
1013 * end address that we return
1038 * offset. An address belongs to a latency group if its address matches
1250 val = mdesc_get_property(md, node, "address-match", NULL);
1252 val = mdesc_get_property(md, node, "address-mask", NULL);
1292 "address-congruence-offset", NULL);
1294 /* The address-congruence-offset property is optional.
1950 * address, so we can use all that our page tables
3018 * also executing in this address space.