Home
last modified time | relevance | path

Searched refs:PAGE_VALID (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/arch/mips/include/asm/mach-ip27/
H A Dkernel-entry-init.h20 #define PAGE_VALID (1 << 7) macro
45 li t0, ((PAGE_GLOBAL | PAGE_VALID | CACHE_CACHABLE_COW) >> 6)
48 li t0, ((PAGE_GLOBAL | PAGE_VALID | PAGE_DIRTY | CACHE_CACHABLE_COW) >> 6)
/openbmc/qemu/target/ppc/
H A Dmmu_helper.c118 tlb->prot &= ~PAGE_VALID; in ppc4xx_tlb_invalidate_all()
693 if (tlb->prot & PAGE_VALID) { in helper_4xx_tlbre_hi()
752 if ((tlb->prot & PAGE_VALID) && tlb->PID == env->spr[SPR_40x_PID]) { in helper_4xx_tlbwe_hi()
772 tlb->prot |= PAGE_VALID; in helper_4xx_tlbwe_hi()
779 tlb->prot &= ~PAGE_VALID; in helper_4xx_tlbwe_hi()
789 tlb->prot & PAGE_VALID ? 'v' : '-', (int)tlb->PID); in helper_4xx_tlbwe_hi()
803 if ((tlb->prot & PAGE_VALID) && tlb->PID == env->spr[SPR_40x_PID]) { in helper_4xx_tlbwe_lo()
825 tlb->prot & PAGE_VALID ? 'v' : '-', (int)tlb->PID); in helper_4xx_tlbwe_lo()
864 if ((tlb->prot & PAGE_VALID) && mmubooke_pid_match(env, tlb)) { in helper_440_tlbwe()
880 tlb->prot |= PAGE_VALID; in helper_440_tlbwe()
[all …]
H A Dmmu-booke.c35 if (!(tlb->prot & PAGE_VALID)) { in ppcemb_tlb_check()
H A Dmmu_common.c376 if (!(entry->prot & PAGE_VALID)) { in mmubooke_dump_mmu()
/openbmc/qemu/include/exec/
H A Dpage-protection.h16 #define PAGE_VALID 0x0008 macro
/openbmc/qemu/linux-user/arm/
H A Dcpu_loop.c86 int need_flags = PAGE_READ | PAGE_WRITE_ORG | PAGE_VALID; in atomic_mmu_lookup()
98 page_flags & PAGE_VALID ? in atomic_mmu_lookup()
209 page_get_flags(addr) & PAGE_VALID ? in arm_kernel_cmpxchg64_helper()
/openbmc/qemu/bsd-user/
H A Dbsd-mem.h202 || !page_check_range(target_addr, len, PAGE_VALID)) { in do_bsd_mincore()
389 PAGE_VALID | PAGE_RESET | PAGE_READ | in do_bsd_shmat()
H A Dmmap.c123 page_set_flags(start, start + len - 1, prot | PAGE_VALID); in target_mprotect()
660 page_set_flags(start, start + len - 1, prot | PAGE_VALID); in target_mmap()
H A Dsignal.c528 if (page_get_flags(guest_addr) & PAGE_VALID) { in host_signal_handler()
/openbmc/linux/drivers/staging/media/atomisp/include/mmu/
H A Disp_mmu.h127 #define PAGE_VALID(page) ((page) != NULL_PAGE) macro
/openbmc/qemu/linux-user/
H A Dmmap.c121 int page_flags = (prot & PAGE_RWX) | PAGE_VALID; in validate_prot_to_pageflags()
1187 prot | PAGE_VALID | PAGE_RESET); in target_mremap()
1433 PAGE_VALID | PAGE_RESET | PAGE_READ | in target_shmat()
H A Delfload.c237 PAGE_EXEC | PAGE_VALID); in init_guest_commpage()
503 PAGE_READ | PAGE_EXEC | PAGE_VALID); in init_guest_commpage()
1933 PAGE_EXEC | PAGE_VALID); in init_guest_commpage()
H A Dsignal.c987 if (page_get_flags(guest_addr) & PAGE_VALID) { in host_sigsegv_handler()
/openbmc/qemu/hw/ppc/
H A Dppc_booke.c38 tlb->prot = PAGE_RWX << 4 | PAGE_VALID; in booke_set_tlb()
/openbmc/qemu/
H A Dcpu-target.c394 if (!(flags & PAGE_VALID)) { in cpu_memory_rw_debug()
/openbmc/qemu/accel/tcg/
H A Duser-exec.c505 if (!(flags & PAGE_VALID)) { in page_set_flags()
809 maperr = !(page_flags & PAGE_VALID); in probe_access_internal()
/openbmc/qemu/target/arm/tcg/
H A Dmte_helper.c72 !(flags & PAGE_VALID), ra); in allocation_tag_mem_probe()
/openbmc/qemu/target/s390x/tcg/
H A Dmem_helper.c156 return (page_get_flags(addr) & PAGE_VALID in s390_probe_access()