Searched refs:tweak_exe_right (Results 1 – 4 of 4) sorted by relevance
192 table->tweak_exe_right = ept_tweak_exe_right; in init_ept_pgtable()199 table->tweak_exe_right = ept_nop_tweak_exe_right; in init_ept_pgtable()
208 void (*tweak_exe_right)(uint64_t *entry); /**< Function to tweak execution rights for an entry. */ member
438 table->tweak_exe_right(&local_prot); in add_pde()487 table->tweak_exe_right(&local_prot); in add_pdpte()
97 .tweak_exe_right = ppt_nop_tweak_exe_right,
Completed in 7 milliseconds