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

/vbox/src/VBox/VMM/include/
H A DPGMGstDefs.h62 #undef GST_IS_NX_ACTIVE macro
78 # define GST_IS_NX_ACTIVE(pVCpu) (true && This_should_perhaps_not_be_used_in_this_context) macro
102 # define GST_IS_NX_ACTIVE(pVCpu) (pgmGstIsNoExecuteActive(pVCpu)) macro
163 # define GST_IS_NX_ACTIVE(pVCpu) (false) macro
228 # define GST_IS_NX_ACTIVE(pVCpu) (pgmGstIsNoExecuteActive(pVCpu)) macro

Completed in 135 milliseconds