Searched refs:PAGE_EXEC (Results 1 - 5 of 5) sorted by relevance

/external/qemu/
H A Dexec-all.h101 prot |= PAGE_EXEC;
H A Dcpu-all.h742 #define PAGE_EXEC 0x0004 macro
743 #define PAGE_BITS (PAGE_READ | PAGE_WRITE | PAGE_EXEC)
H A Dexec.c2067 if (prot & PAGE_EXEC) {
2190 ((prot & PAGE_EXEC) ? 'x' : '-'));
/external/qemu/target-arm/
H A Dhelper.c1115 *prot |= PAGE_EXEC;
1199 *prot = PAGE_READ | PAGE_WRITE | PAGE_EXEC;
1216 *prot |= PAGE_EXEC;
1281 *prot |= PAGE_EXEC;
1305 *prot = PAGE_READ | PAGE_WRITE | PAGE_EXEC;
/external/qemu/target-i386/
H A Dhelper.c1001 prot = PAGE_READ | PAGE_WRITE | PAGE_EXEC;
1225 prot |= PAGE_EXEC;

Completed in 156 milliseconds