Searched refs:PAGE_VALID (Results 1 – 18 of 18) sorted by relevance
/openbmc/linux/arch/mips/include/asm/mach-ip27/ |
H A D | kernel-entry-init.h | 20 #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 D | mmu_helper.c | 118 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 D | mmu-booke.c | 35 if (!(tlb->prot & PAGE_VALID)) { in ppcemb_tlb_check()
|
H A D | mmu_common.c | 376 if (!(entry->prot & PAGE_VALID)) { in mmubooke_dump_mmu()
|
/openbmc/qemu/include/exec/ |
H A D | page-protection.h | 16 #define PAGE_VALID 0x0008 macro
|
/openbmc/qemu/linux-user/arm/ |
H A D | cpu_loop.c | 86 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 D | bsd-mem.h | 202 || !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 D | mmap.c | 123 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 D | signal.c | 528 if (page_get_flags(guest_addr) & PAGE_VALID) { in host_signal_handler()
|
/openbmc/linux/drivers/staging/media/atomisp/include/mmu/ |
H A D | isp_mmu.h | 127 #define PAGE_VALID(page) ((page) != NULL_PAGE) macro
|
/openbmc/qemu/linux-user/ |
H A D | mmap.c | 121 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 D | elfload.c | 237 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 D | signal.c | 987 if (page_get_flags(guest_addr) & PAGE_VALID) { in host_sigsegv_handler()
|
/openbmc/qemu/hw/ppc/ |
H A D | ppc_booke.c | 38 tlb->prot = PAGE_RWX << 4 | PAGE_VALID; in booke_set_tlb()
|
/openbmc/qemu/ |
H A D | cpu-target.c | 394 if (!(flags & PAGE_VALID)) { in cpu_memory_rw_debug()
|
/openbmc/qemu/accel/tcg/ |
H A D | user-exec.c | 505 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 D | mte_helper.c | 72 !(flags & PAGE_VALID), ra); in allocation_tag_mem_probe()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | mem_helper.c | 156 return (page_get_flags(addr) & PAGE_VALID in s390_probe_access()
|