Searched refs:PAGE_MASK (Results 176 - 200 of 681) sorted by path

1234567891011>>

/linux-master/arch/powerpc/kvm/
H A Dbook3s.c440 ulong shared_page = ((ulong)vcpu->arch.shared) & PAGE_MASK;
H A Dbook3s_32_mmu.c118 return r | (pteg & ~PAGE_MASK);
H A Dbook3s_64_mmu.c152 return r | (pteg & ~PAGE_MASK);
H A Dbook3s_64_mmu_host.c147 hpaddr |= orig_pte->raddr & (~0xfffULL & ~PAGE_MASK);
H A Dbook3s_64_vio.c366 (tce & ~(PAGE_MASK | TCE_PCI_READ | TCE_PCI_WRITE));
H A Dbook3s_hv_rm_mmu.c274 pa |= gpa & ~PAGE_MASK;
915 pa |= gpa & ~PAGE_MASK;
H A Dbook3s_pr.c657 hpage_offset = pte->raddr & ~PAGE_MASK;
1809 free_page((unsigned long)vcpu->arch.shared & PAGE_MASK);
H A Dbook3s_xive_native.c663 qaddr = page_to_virt(page) + (kvm_eq.qaddr & ~PAGE_MASK);
H A Dbooke.c1291 (eaddr & PAGE_MASK) == vcpu->arch.magic_page_ea) {
1988 (eaddr & PAGE_MASK) == vcpu->arch.magic_page_ea) {
1990 pte->raddr = (vcpu->arch.magic_page_pa & PAGE_MASK) |
1991 (eaddr & ~PAGE_MASK);
2020 pte->raddr = (gpaddr & PAGE_MASK) | (eaddr & ~PAGE_MASK);
H A De500_mmu_host.c162 ulong shared_page = ((ulong)vcpu->arch.shared) & PAGE_MASK;
709 *instr = *(u32 *)(eaddr | (unsigned long)(addr & ~PAGE_MASK));
H A Dpowerpc.c217 shared &= PAGE_MASK;
351 ulong mp_pa = vcpu->arch.magic_page_pa & KVM_PAM & PAGE_MASK;
376 ((pte.raddr & KVM_PAM & PAGE_MASK) == mp_pa) &&
394 ulong mp_pa = vcpu->arch.magic_page_pa & KVM_PAM & PAGE_MASK;
422 ((pte.raddr & KVM_PAM & PAGE_MASK) == mp_pa) &&
/linux-master/arch/powerpc/lib/
H A Dcode-patching.c333 text_poke_addr = (unsigned long)__this_cpu_read(cpu_patching_context.addr) & PAGE_MASK;
462 text_poke_addr = (unsigned long)__this_cpu_read(cpu_patching_context.addr) & PAGE_MASK;
/linux-master/arch/powerpc/mm/book3s32/
H A Dtlb.c57 start &= PAGE_MASK;
60 end = (end - 1) | ~PAGE_MASK;
/linux-master/arch/powerpc/mm/book3s64/
H A Dhash_tlb.c82 addr &= PAGE_MASK;
H A Diommu_api.c348 *hpa = (*va & MM_IOMMU_TABLE_GROUP_PAGE_MASK) | (ua & ~PAGE_MASK);
H A Dmmu_context.c253 count = ((unsigned long)pmd_frag & ~PAGE_MASK) >> PMD_FRAG_SIZE_SHIFT;
H A Dpgtable.c377 if (((unsigned long)pmd_frag & ~PAGE_MASK) == 0)
H A Dradix_pgtable.c731 next = (addr + PAGE_SIZE) & PAGE_MASK;
H A Dslice.c289 info.align_mask = PAGE_MASK & ((1ul << pshift) - 1);
315 if (!(found & ~PAGE_MASK))
334 info.align_mask = PAGE_MASK & ((1ul << pshift) - 1);
366 if (!(found & ~PAGE_MASK))
H A Dsubpage_prot.c199 if ((addr & ~PAGE_MASK) || (len & ~PAGE_MASK) ||
/linux-master/arch/powerpc/mm/
H A Dcacheflush.c88 unsigned long addr = physaddr & PAGE_MASK;
133 unsigned long addr = (unsigned long)p & PAGE_MASK;
218 maddr = kmap_local_page(page) + (addr & ~PAGE_MASK);
H A Ddma-noncoherent.c97 unsigned offset = paddr & ~PAGE_MASK;
H A Dioremap_32.c37 p = addr & PAGE_MASK;
38 offset = addr & ~PAGE_MASK;
H A Dioremap_64.c24 paligned = addr & PAGE_MASK;
25 offset = addr & ~PAGE_MASK;
/linux-master/arch/powerpc/mm/kasan/
H A Dinit_32.c67 k_start = k_start & PAGE_MASK;
72 for (k_cur = k_start & PAGE_MASK; k_cur < k_end; k_cur += PAGE_SIZE) {

Completed in 572 milliseconds

1234567891011>>