Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dlinuxload.c226 const int prot_write = PROT_READ | PROT_WRITE; in imgsrc_mmap() local
243 ret = target_mmap(start, len, prot_write, flags | MAP_ANON, -1, 0); in imgsrc_mmap()
259 if (prot != prot_write) { in imgsrc_mmap()
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_int_process_v10.c382 info.prot_write = ring_id & 0x20; in event_interrupt_wq_v10()
389 exception_data.failure.ReadOnly = info.prot_write ? 1 : 0; in event_interrupt_wq_v10()
H A Dkfd_int_process_v11.c306 info.prot_write = ring_id & 0x20; in event_interrupt_wq_v11()
313 exception_data.failure.ReadOnly = info.prot_write ? 1 : 0; in event_interrupt_wq_v11()
H A Dkfd_int_process_v9.c428 info.prot_write = ring_id & 0x20; in event_interrupt_wq_v9()
435 exception_data.failure.ReadOnly = info.prot_write ? 1 : 0; in event_interrupt_wq_v9()
H A Dkfd_events.c1198 info->prot_write ? 1 : 0; in kfd_signal_vm_fault_event()
/openbmc/linux/drivers/gpu/drm/amd/include/
H A Dkgd_kfd_interface.h56 bool prot_write; member
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgmc_v7_0.c1307 info->prot_write = protections & 0x10 ? true : false; in gmc_v7_0_process_interrupt()
H A Dgmc_v8_0.c1482 info->prot_write = protections & 0x10 ? true : false; in gmc_v8_0_process_interrupt()