/aosp_15_r20/external/executorch/backends/qualcomm/runtime/backends/ |
H A D | QnnMemManager.cpp | 26 int32_t mem_fd, in RegisterIonMem() 58 int32_t mem_fd, in RegisterCustomMem() 102 int32_t mem_fd, in PreRegisterCustomMemHandle()
|
/aosp_15_r20/external/executorch/backends/qualcomm/runtime/ |
H A D | QnnManager.cpp | 118 int32_t mem_fd = shared_buffer_manager.MemToFd(unaligned_custom_mem_base); in PreRegisterMem() local 194 int32_t mem_fd = shared_buffer_manager.MemToFd(data_ptr); in RegisterIonMem() local 254 int32_t mem_fd = shared_buffer_manager.MemToFd(unaligned_custom_mem_base); in RegisterCustomMem() local
|
/aosp_15_r20/external/perfetto/src/profiling/common/ |
H A D | unwind_support.cc | 46 FDMemory::FDMemory(base::ScopedFile mem_fd) : mem_fd_(std::move(mem_fd)) {} in FDMemory() 95 base::ScopedFile mem_fd) in UnwindingMetadata()
|
/aosp_15_r20/external/perfetto/src/profiling/memory/ |
H A D | shared_ring_buffer.cc | 125 void SharedRingBuffer::Initialize(base::ScopedFile mem_fd) { in Initialize() 338 base::ScopedFile mem_fd) { in Attach()
|
H A D | unwinding.h | 79 base::ScopedFile mem_fd; member
|
/aosp_15_r20/external/perfetto/src/profiling/perf/ |
H A D | unwinding.cc | 89 base::ScopedFile mem_fd) { in PostAdoptProcDescriptors() 102 base::ScopedFile mem_fd) { in AdoptProcDescriptors()
|
/aosp_15_r20/external/mesa3d/src/intel/tools/ |
H A D | aub_mem.h | 43 int mem_fd; member
|
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/unwind/ |
H A D | ptrace_hook.cc | 105 int mem_fd) { in EnablePtraceEmulationWithUserRegs()
|
H A D | unwind.cc | 270 int mem_fd; in RunLibUnwindAndSymbolizer() local
|
/aosp_15_r20/external/crosvm/tests/ |
H A D | plugin_enable_cap.c | 181 int mem_fd = syscall(SYS_memfd_create, "guest_mem", in main() local
|
H A D | plugin_async_write.c | 192 int mem_fd = syscall(SYS_memfd_create, "guest_mem", in main() local
|
H A D | plugin_adder.c | 152 int mem_fd = syscall(SYS_memfd_create, "guest_mem", MFD_CLOEXEC | MFD_ALLOW_SEALING); in main() local
|
H A D | mini_plugin_template.c | 100 int mem_fd = syscall(SYS_memfd_create, "guest_mem", MFD_CLOEXEC | MFD_ALLOW_SEALING); in main() local
|
H A D | plugin_dirty_log.c | 112 int mem_fd = syscall(SYS_memfd_create, "guest_mem", MFD_CLOEXEC | MFD_ALLOW_SEALING); in main() local
|
H A D | plugin_ioevent.c | 135 int mem_fd = syscall(SYS_memfd_create, "guest_mem", MFD_CLOEXEC | MFD_ALLOW_SEALING); in main() local
|
H A D | plugin_hint.c | 226 int mem_fd = syscall(SYS_memfd_create, "guest_mem", in main() local
|
H A D | plugin_vcpu_pause.c | 181 int mem_fd = syscall(SYS_memfd_create, in main() local
|
H A D | plugin_irqfd.c | 156 int mem_fd = syscall(SYS_memfd_create, "guest_mem", MFD_CLOEXEC | MFD_ALLOW_SEALING); in main() local
|
/aosp_15_r20/bionic/libc/bionic/ |
H A D | android_profiling_dynamic.cpp | 149 ScopedFd mem_fd{ open("/proc/self/mem", O_RDONLY | O_CLOEXEC) }; in HandleTracedPerfSignal() local
|
/aosp_15_r20/external/mesa3d/src/util/ |
H A D | os_memory_fd.c | 109 int mem_fd; in os_malloc_aligned_fd() local
|
/aosp_15_r20/external/ltp/testcases/kernel/security/dirtyc0w_shmem/ |
H A D | dirtyc0w_shmem_child.c | 34 static int mem_fd; variable
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/vm/ |
H A D | mremap_dontunmap.c | 135 int mem_fd = memfd_create("memfd", MFD_CLOEXEC); in mremap_dontunmap_simple_shmem() local
|
/aosp_15_r20/external/mesa3d/src/drm-shim/ |
H A D | drm_shim.h | 58 int mem_fd; member
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_texture.c | 1356 int mem_fd = -1; in llvmpipe_resource_alloc_udmabuf() local 1365 int mem_fd = memfd_create("lp_dma_buf", MFD_ALLOW_SEALING); in llvmpipe_resource_alloc_udmabuf() local
|
/aosp_15_r20/frameworks/libs/binary_translation/kernel_api/ |
D | open_emulation.cc | 134 int mem_fd = CreateMemfdOrDie("[guest " PROC_SELF_MAPS "]"); in OpenatProcSelfMapsForGuest() local
|