/external/mesa3d/src/util/tests/ |
D | os_mman_test.cpp | 34 void* map_addr = os_mmap(0, 100, PROT_READ | PROT_WRITE, MAP_SHARED, in TEST() local
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/munmap/ |
D | 2-1.c | 33 void *map_addr; in main() local
|
/external/bcc/tests/cc/ |
D | test_c_api.cc | 524 static int make_perf_map_file(string &path, unsigned long long map_addr) { in make_perf_map_file() 573 static pid_t spawn_child(void *map_addr, bool own_pidns, bool own_mntns, in spawn_child() 592 void *map_addr = mmap(NULL, map_sz, PROT_READ | PROT_EXEC, variable
|
/external/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_resource.c | 353 uint8_t *map_addr; in virgl_staging_map() local 419 void *map_addr; in virgl_staging_read_map() local 498 void *map_addr; in virgl_resource_transfer_map() local
|
/external/mesa3d/src/panfrost/vulkan/ |
D | panvk_buffer.c | 89 void *map_addr = in panvk_BindBufferMemory2() local
|
/external/rust/android-crates-io/crates/portable-atomic/src/ |
D | utils.rs | 467 pub(crate) fn map_addr<T>(ptr: *mut T, f: impl FnOnce(usize) -> usize) -> *mut T { in map_addr() function
|
/external/ltp/testcases/kernel/mem/mtest05/ |
D | mmstress.c | 291 void * map_addr = NULL; /* address where the file is mapped */ in map_and_thread() local
|
/external/ltp/testcases/kernel/mem/hugetlb/hugemmap/ |
D | hugemmap10.c | 36 static char *map_addr[NR_SLOTS]; variable
|
/external/rust/android-crates-io/crates/once_cell/src/ |
D | imp_std.rs | 281 pub(crate) fn map_addr<T>(ptr: *mut T, f: impl FnOnce(usize) -> usize) -> *mut T in map_addr() function
|
/external/pciutils/lib/ |
D | ecam.c | 133 …ct physmem *physmem, long pagesize, u64 addr, const char *signature, void **map_addr, u32 *map_len… in check_and_map_sdt() 450 void *map_addr; local
|
/external/AFLplusplus/instrumentation/ |
D | SanitizerCoverageLTO.so.cc | 250 uint64_t map_addr = 0; member in __anon50fbe7ac0111::ModuleSanitizerCoverageLTO
|
/external/bcc/libbpf-tools/x86/ |
D | vmlinux.h | 82151 int (*map_addr)(struct pci_epc *, u8, u8, phys_addr_t, u64, size_t); member
|
D | vmlinux_518.h | 82151 int (*map_addr)(struct pci_epc *, u8, u8, phys_addr_t, u64, size_t); member
|
/external/bcc/libbpf-tools/riscv/ |
D | vmlinux_602.h | 78041 int (*map_addr)(struct pci_epc *, u8, u8, phys_addr_t, u64, size_t); member
|
D | vmlinux.h | 78041 int (*map_addr)(struct pci_epc *, u8, u8, phys_addr_t, u64, size_t); member
|
/external/bcc/libbpf-tools/arm64/ |
D | vmlinux_608.h | 38901 int (*map_addr)(struct pci_epc *, u8, u8, phys_addr_t, u64, size_t); member
|
D | vmlinux.h | 38901 int (*map_addr)(struct pci_epc *, u8, u8, phys_addr_t, u64, size_t); member
|