Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/include/
H A Dkgd_kfd_interface.h57 bool prot_exec; member
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
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_v10.c388 exception_data.failure.NoExecute = info.prot_exec ? 1 : 0; in event_interrupt_wq_v10()
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.c1196 info->prot_exec ? 1 : 0; in kfd_signal_vm_fault_event()
/openbmc/qemu/linux-user/
H A Delfload.c3267 int i, prot_exec; in load_elf_image() local
3445 prot_exec = PROT_EXEC; in load_elf_image()
3461 prot_exec |= TARGET_PROT_BTI; in load_elf_image()
3478 elf_prot |= prot_exec; in load_elf_image()
/openbmc/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.c1483 info->prot_exec = protections & 0x20 ? true : false; in gmc_v8_0_process_interrupt()