Home
last modified time | relevance | path

Searched refs:prot_exec (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/include/
H A Dkgd_kfd_interface.h57 bool prot_exec; member
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_int_process_v11.c316 exception_data.failure.NoExecute = info.prot_exec ? 1 : 0; in event_interrupt_wq_v11()
H A Dkfd_int_process_v10.c409 exception_data.failure.NoExecute = info.prot_exec ? 1 : 0; in event_interrupt_wq_v10()
H A Dkfd_int_process_v9.c452 exception_data.failure.NoExecute = info.prot_exec ? 1 : 0; in event_interrupt_wq_v9()
H A Dkfd_events.c1200 info->prot_exec ? 1 : 0; in kfd_signal_vm_fault_event()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgmc_v7_0.c1308 info->prot_exec = protections & 0x20 ? true : false; in gmc_v7_0_process_interrupt()
H A Dgmc_v8_0.c1488 info->prot_exec = protections & 0x20 ? true : false; in gmc_v8_0_process_interrupt()