Home
last modified time | relevance | path

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

/external/qemu/
Dcpu-all.h734 #define PAGE_BITS (PAGE_READ | PAGE_WRITE | PAGE_EXEC) macro
Dexec.c1168 (prot & PAGE_BITS) & ~PAGE_WRITE); in tb_alloc_page()
2300 (prot & PAGE_BITS) | PAGE_WRITE); in page_unprotect()