Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_int_process_v10.c388 exception_data.failure.NoExecute = info.prot_exec ? 1 : 0; in event_interrupt_wq_v10()
H A Dkfd_int_process_v11.c312 exception_data.failure.NoExecute = info.prot_exec ? 1 : 0; in event_interrupt_wq_v11()
H A Dkfd_int_process_v9.c434 exception_data.failure.NoExecute = info.prot_exec ? 1 : 0; in event_interrupt_wq_v9()
H A Dkfd_events.c1195 memory_exception_data.failure.NoExecute = in kfd_signal_vm_fault_event()
/openbmc/linux/include/uapi/linux/
H A Dkfd_ioctl.h299 __u32 NoExecute; /* Execute access to a page marked NX */ member