Home
last modified time | relevance | path

Searched refs:PAGE_BITS (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/md/
H A Dmd-bitmap.h83 #define PAGE_BITS (PAGE_SIZE << 3) macro
99 #define PAGE_COUNTER_RATIO (PAGE_BITS / COUNTER_BITS)
H A Dmd-bitmap.c795 return chunk & (PAGE_BITS - 1); in file_page_offset()
/openbmc/qemu/target/cris/
H A Dmmu.c336 res->prot = PAGE_BITS; in cris_mmu_translate()
347 res->prot = PAGE_BITS; in cris_mmu_translate()
/openbmc/qemu/target/nios2/
H A Dhelper.c312 tlb_set_page(cs, address, address, PAGE_BITS, in nios2_cpu_tlb_fill()
321 tlb_set_page(cs, address, address, PAGE_BITS, in nios2_cpu_tlb_fill()
/openbmc/qemu/bsd-user/
H A Dmmap.c99 qemu_host_page_size, prot1 & PAGE_BITS); in target_mprotect()
110 qemu_host_page_size, prot1 & PAGE_BITS); in target_mprotect()
177 prot1 &= PAGE_BITS; in mmap_frag()
/openbmc/qemu/include/exec/
H A Dcpu-all.h178 #define PAGE_BITS (PAGE_READ | PAGE_WRITE | PAGE_EXEC) macro
/openbmc/qemu/target/microblaze/
H A Dhelper.c54 prot = PAGE_BITS; in mb_cpu_tlb_fill()
/openbmc/qemu/linux-user/
H A Dmmap.c120 int page_flags = (prot & PAGE_BITS) | PAGE_VALID; in validate_prot_to_pageflags()
H A Delfload.c2449 if (!(flags & PAGE_BITS)) { in zero_bss()
/openbmc/qemu/accel/tcg/
H A Duser-exec.c765 mprotect((void *)g2h_untagged(start), len, prot & PAGE_BITS); in page_unprotect()