Searched defs:linux_mprotect (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp3129 static bool linux_mprotect(char* addr, size_t size, int prot) { function
3157 return linux_mprotect(addr, bytes, p);
3161 return linux_mprotect(addr, size, PROT_NONE);
3165 return linux_mprotect(addr, size, PROT_READ|PROT_WRITE);
4664 if( !linux_mprotect((char *)_polling_page, Linux::page_size(), PROT_READ)) {

Completed in 53 milliseconds