Searched refs:isExecute (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/private/kernel/vm/
H A Dvm_priv.h31 bool isExecute, bool isUser, addr_t *newip);
/haiku/src/system/kernel/vm/
H A Dvm.cpp276 bool isWrite, bool isExecute, bool isUser, vm_page** wirePage);
4546 vm_page_fault(addr_t address, addr_t faultAddress, bool isWrite, bool isExecute, argument
4590 status = vm_soft_fault(addressSpace, pageAddress, isWrite, isExecute,
4597 strerror(status), address, faultAddress, isWrite, isUser, isExecute,
4625 isWrite ? "write" : (isExecute ? "execute" : "read"), address,
4863 bool isWrite, bool isExecute, bool isUser, vm_page** wirePage)
4919 } else if (isExecute && (protection
4927 } else if (!isWrite && !isExecute && (protection
4862 vm_soft_fault(VMAddressSpace* addressSpace, addr_t originalAddress, bool isWrite, bool isExecute, bool isUser, vm_page** wirePage) argument

Completed in 58 milliseconds