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

/vbox/src/VBox/Runtime/r0drv/linux/
H A Dthe-linux-kernel.h287 # define MY_CHANGE_PAGE_ATTR(pPages, cPages, prot) \ macro
296 #ifndef MY_CHANGE_PAGE_ATTR
298 # define MY_CHANGE_PAGE_ATTR(pPages, cPages, prot) \ macro
304 # define MY_CHANGE_PAGE_ATTR(pPages, cPages, prot) change_page_attr(pPages, cPages, prot) macro
315 MY_CHANGE_PAGE_ATTR(pPages, cPages, MY_PAGE_KERNEL_EXEC); \
320 MY_CHANGE_PAGE_ATTR(pPages, cPages, PAGE_KERNEL); \

Completed in 40 milliseconds