Home
last modified time | relevance | path

Searched refs:NoExecute (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/amd/amdkfd/
Dkfd_events.c1173 memory_exception_data.failure.NoExecute = 0; in kfd_signal_iommu_event()
1184 memory_exception_data.failure.NoExecute = 1; in kfd_signal_iommu_event()
1186 memory_exception_data.failure.NoExecute = 0; in kfd_signal_iommu_event()
1194 memory_exception_data.failure.NoExecute, in kfd_signal_iommu_event()
1253 memory_exception_data.failure.NoExecute = in kfd_signal_vm_fault_event()
Dkfd_int_process_v11.c311 exception_data.failure.NoExecute = info.prot_exec ? 1 : 0; in event_interrupt_wq_v11()
/Linux-v6.1/include/uapi/linux/
Dkfd_ioctl.h270 __u32 NoExecute; /* Execute access to a page marked NX */ member