Home
last modified time | relevance | path

Searched defs:mem_fd (Results 1 – 25 of 35) sorted by relevance

12

/aosp_15_r20/external/executorch/backends/qualcomm/runtime/backends/
H A DQnnMemManager.cpp26 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 DQnnManager.cpp118 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 Dunwind_support.cc46 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 Dshared_ring_buffer.cc125 void SharedRingBuffer::Initialize(base::ScopedFile mem_fd) { in Initialize()
338 base::ScopedFile mem_fd) { in Attach()
H A Dunwinding.h79 base::ScopedFile mem_fd; member
/aosp_15_r20/external/perfetto/src/profiling/perf/
H A Dunwinding.cc89 base::ScopedFile mem_fd) { in PostAdoptProcDescriptors()
102 base::ScopedFile mem_fd) { in AdoptProcDescriptors()
/aosp_15_r20/external/mesa3d/src/intel/tools/
H A Daub_mem.h43 int mem_fd; member
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/unwind/
H A Dptrace_hook.cc105 int mem_fd) { in EnablePtraceEmulationWithUserRegs()
H A Dunwind.cc270 int mem_fd; in RunLibUnwindAndSymbolizer() local
/aosp_15_r20/external/crosvm/tests/
H A Dplugin_enable_cap.c181 int mem_fd = syscall(SYS_memfd_create, "guest_mem", in main() local
H A Dplugin_async_write.c192 int mem_fd = syscall(SYS_memfd_create, "guest_mem", in main() local
H A Dplugin_adder.c152 int mem_fd = syscall(SYS_memfd_create, "guest_mem", MFD_CLOEXEC | MFD_ALLOW_SEALING); in main() local
H A Dmini_plugin_template.c100 int mem_fd = syscall(SYS_memfd_create, "guest_mem", MFD_CLOEXEC | MFD_ALLOW_SEALING); in main() local
H A Dplugin_dirty_log.c112 int mem_fd = syscall(SYS_memfd_create, "guest_mem", MFD_CLOEXEC | MFD_ALLOW_SEALING); in main() local
H A Dplugin_ioevent.c135 int mem_fd = syscall(SYS_memfd_create, "guest_mem", MFD_CLOEXEC | MFD_ALLOW_SEALING); in main() local
H A Dplugin_hint.c226 int mem_fd = syscall(SYS_memfd_create, "guest_mem", in main() local
H A Dplugin_vcpu_pause.c181 int mem_fd = syscall(SYS_memfd_create, in main() local
H A Dplugin_irqfd.c156 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 Dandroid_profiling_dynamic.cpp149 ScopedFd mem_fd{ open("/proc/self/mem", O_RDONLY | O_CLOEXEC) }; in HandleTracedPerfSignal() local
/aosp_15_r20/external/mesa3d/src/util/
H A Dos_memory_fd.c109 int mem_fd; in os_malloc_aligned_fd() local
/aosp_15_r20/external/ltp/testcases/kernel/security/dirtyc0w_shmem/
H A Ddirtyc0w_shmem_child.c34 static int mem_fd; variable
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/vm/
H A Dmremap_dontunmap.c135 int mem_fd = memfd_create("memfd", MFD_CLOEXEC); in mremap_dontunmap_simple_shmem() local
/aosp_15_r20/external/mesa3d/src/drm-shim/
H A Ddrm_shim.h58 int mem_fd; member
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture.c1356 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/
Dopen_emulation.cc134 int mem_fd = CreateMemfdOrDie("[guest " PROC_SELF_MAPS "]"); in OpenatProcSelfMapsForGuest() local

12