/third_party/mesa3d/src/intel/tools/ |
D | aub_mem.c | 43 uint64_t phys_addr; member 49 uint64_t phys_addr; member 137 return cmp_uint64(mem->phys_addr, *(uint64_t *)addr); in cmp_phys_mem() 158 ensure_phys_mem(struct aub_mem *mem, uint64_t phys_addr) in ensure_phys_mem() argument 160 struct rb_node *node = rb_tree_search_sloppy(&mem->mem, &phys_addr, cmp_phys_mem); in ensure_phys_mem() 162 if (!node || (cmp = cmp_phys_mem(node, &phys_addr))) { in ensure_phys_mem() 164 new_mem->phys_addr = phys_addr; in ensure_phys_mem() 182 search_phys_mem(struct aub_mem *mem, uint64_t phys_addr) in search_phys_mem() argument 184 phys_addr &= ~0xfff; in search_phys_mem() 186 struct rb_node *node = rb_tree_search(&mem->mem, &phys_addr, cmp_phys_mem); in search_phys_mem() [all …]
|
D | aub_read.h | 47 void (*local_write)(void *user_data, uint64_t phys_addr, const void *data, uint32_t data_len); 48 void (*phys_write)(void *user_data, uint64_t phys_addr, const void *data, uint32_t data_len); 49 void (*ggtt_write)(void *user_data, uint64_t phys_addr, const void *data, uint32_t data_len); 50 void (*ggtt_entry_write)(void *user_data, uint64_t phys_addr,
|
D | aub_write.c | 170 aub->pml4.phys_addr = aub->phys_addrs_allocator++ << 12; in aub_file_init() 245 table->phys_addr, level, start, end); in populate_ppgtt_table() 263 table->subtables[i]->phys_addr = in populate_ppgtt_table() 268 i, table->subtables[i]->phys_addr); in populate_ppgtt_table() 274 table->subtables[i]->phys_addr); in populate_ppgtt_table() 278 uint64_t write_addr = table->phys_addr + dirty_start * in populate_ppgtt_table() 398 uint64_t phys_addr = aub->phys_addrs_allocator << 12; in aub_map_ggtt() local 404 virt_addr, size, phys_addr, ggtt_ptes); in aub_map_ggtt() 413 dword_out(aub, 1 + phys_addr + i * 4096); in aub_map_ggtt() 559 .pml4_addr = aub->pml4.phys_addr, in write_engine_execlist_setup()
|
D | aub_mem.h | 68 struct intel_batch_decode_bo aub_mem_get_phys_addr_data(struct aub_mem *mem, uint64_t phys_addr);
|
D | aub_write.h | 64 uint64_t phys_addr; member
|
D | error2aub.c | 488 context[49] = aub.pml4.phys_addr >> 32; in main() 489 context[51] = aub.pml4.phys_addr & 0xffffffff; in main()
|
/third_party/libuv/src/unix/ |
D | ibmi.c | 313 static int get_ibmi_physical_address(const char* line, char (*phys_addr)[6]) { in get_ibmi_physical_address() 375 (*phys_addr)[0] = c[0]; in get_ibmi_physical_address() 376 (*phys_addr)[1] = c[1]; in get_ibmi_physical_address() 377 (*phys_addr)[2] = c[2]; in get_ibmi_physical_address() 378 (*phys_addr)[3] = c[3]; in get_ibmi_physical_address() 379 (*phys_addr)[4] = c[4]; in get_ibmi_physical_address() 380 (*phys_addr)[5] = c[5]; in get_ibmi_physical_address() 382 memset(*phys_addr, 0, sizeof(*phys_addr)); in get_ibmi_physical_address() 468 rc = get_ibmi_physical_address(address->name, &address->phys_addr); in uv_interface_addresses() 480 rc = get_ibmi_physical_address(temp_name, &address->phys_addr); in uv_interface_addresses()
|
D | bsd-ifaddrs.c | 141 memcpy(address->phys_addr, LLADDR(sa_addr), sizeof(address->phys_addr)); in uv_interface_addresses()
|
D | sunos.c | 774 memcpy(address->phys_addr, LLADDR(sa_addr), sizeof(address->phys_addr)); in uv__set_phys_addr() 775 for (i = 0; i < sizeof(address->phys_addr); i++) { in uv__set_phys_addr() 777 if (address->phys_addr[i] != 0) in uv__set_phys_addr() 801 memcpy(address->phys_addr, arpreq.arp_ha.sa_data, sizeof(address->phys_addr)); in uv__set_phys_addr()
|
D | linux-core.c | 710 memcpy(address->phys_addr, sll->sll_addr, sizeof(address->phys_addr)); in uv_interface_addresses()
|
D | aix.c | 1243 memcpy(address->phys_addr, LLADDR(sa_addr), sizeof(address->phys_addr)); in uv_interface_addresses()
|
/third_party/node/deps/uv/src/unix/ |
D | ibmi.c | 313 static int get_ibmi_physical_address(const char* line, char (*phys_addr)[6]) { in get_ibmi_physical_address() 375 (*phys_addr)[0] = c[0]; in get_ibmi_physical_address() 376 (*phys_addr)[1] = c[1]; in get_ibmi_physical_address() 377 (*phys_addr)[2] = c[2]; in get_ibmi_physical_address() 378 (*phys_addr)[3] = c[3]; in get_ibmi_physical_address() 379 (*phys_addr)[4] = c[4]; in get_ibmi_physical_address() 380 (*phys_addr)[5] = c[5]; in get_ibmi_physical_address() 382 memset(*phys_addr, 0, sizeof(*phys_addr)); in get_ibmi_physical_address() 468 rc = get_ibmi_physical_address(address->name, &address->phys_addr); in uv_interface_addresses() 480 rc = get_ibmi_physical_address(temp_name, &address->phys_addr); in uv_interface_addresses()
|
D | bsd-ifaddrs.c | 141 memcpy(address->phys_addr, LLADDR(sa_addr), sizeof(address->phys_addr)); in uv_interface_addresses()
|
D | sunos.c | 774 memcpy(address->phys_addr, LLADDR(sa_addr), sizeof(address->phys_addr)); in uv__set_phys_addr() 775 for (i = 0; i < sizeof(address->phys_addr); i++) { in uv__set_phys_addr() 777 if (address->phys_addr[i] != 0) in uv__set_phys_addr() 801 memcpy(address->phys_addr, arpreq.arp_ha.sa_data, sizeof(address->phys_addr)); in uv__set_phys_addr()
|
D | linux-core.c | 710 memcpy(address->phys_addr, sll->sll_addr, sizeof(address->phys_addr)); in uv_interface_addresses()
|
D | aix.c | 1243 memcpy(address->phys_addr, LLADDR(sa_addr), sizeof(address->phys_addr)); in uv_interface_addresses()
|
/third_party/libuv/test/ |
D | test-platform-output.c | 127 (unsigned char)interfaces[i].phys_addr[0], in TEST_IMPL() 128 (unsigned char)interfaces[i].phys_addr[1], in TEST_IMPL() 129 (unsigned char)interfaces[i].phys_addr[2], in TEST_IMPL() 130 (unsigned char)interfaces[i].phys_addr[3], in TEST_IMPL() 131 (unsigned char)interfaces[i].phys_addr[4], in TEST_IMPL() 132 (unsigned char)interfaces[i].phys_addr[5]); in TEST_IMPL()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | issue-1498.rs | 12 pub phys_addr: u64, field 95 ::std::ptr::addr_of!((*ptr).phys_addr) as usize - ptr as usize in bindgen_test_layout_rte_memseg() 102 stringify!(phys_addr) in bindgen_test_layout_rte_memseg()
|
/third_party/node/src/ |
D | node_os.cc | 211 static_cast<unsigned char>(interfaces[i].phys_addr[0]), in GetInterfaceAddresses() 212 static_cast<unsigned char>(interfaces[i].phys_addr[1]), in GetInterfaceAddresses() 213 static_cast<unsigned char>(interfaces[i].phys_addr[2]), in GetInterfaceAddresses() 214 static_cast<unsigned char>(interfaces[i].phys_addr[3]), in GetInterfaceAddresses() 215 static_cast<unsigned char>(interfaces[i].phys_addr[4]), in GetInterfaceAddresses() 216 static_cast<unsigned char>(interfaces[i].phys_addr[5])); in GetInterfaceAddresses()
|
D | node_report.cc | 350 static_cast<unsigned char>(interfaces[i].phys_addr[0]), in PrintNetworkInterfaceInfo() 351 static_cast<unsigned char>(interfaces[i].phys_addr[1]), in PrintNetworkInterfaceInfo() 352 static_cast<unsigned char>(interfaces[i].phys_addr[2]), in PrintNetworkInterfaceInfo() 353 static_cast<unsigned char>(interfaces[i].phys_addr[3]), in PrintNetworkInterfaceInfo() 354 static_cast<unsigned char>(interfaces[i].phys_addr[4]), in PrintNetworkInterfaceInfo() 355 static_cast<unsigned char>(interfaces[i].phys_addr[5])); in PrintNetworkInterfaceInfo()
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
D | kernel.h | 455 extern void *ioremap(unsigned long phys_addr, unsigned long size); 456 extern void *ioremap_cached(unsigned long phys_addr, unsigned long size); 457 extern void *ioremap_nocache(unsigned long phys_addr, unsigned long size);
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
D | issue-1498.h | 7 uint64_t phys_addr; /**< Start physical address. */ member
|
/third_party/libdrm/include/drm/ |
D | mga_drm.h | 270 unsigned long phys_addr; member
|
/third_party/libuv/src/win/ |
D | util.c | 977 if (adapter->PhysicalAddressLength == sizeof(uv_address->phys_addr)) { in uv_interface_addresses() 978 memcpy(uv_address->phys_addr, in uv_interface_addresses() 980 sizeof(uv_address->phys_addr)); in uv_interface_addresses()
|
/third_party/node/deps/uv/src/win/ |
D | util.c | 977 if (adapter->PhysicalAddressLength == sizeof(uv_address->phys_addr)) { in uv_interface_addresses() 978 memcpy(uv_address->phys_addr, in uv_interface_addresses() 980 sizeof(uv_address->phys_addr)); in uv_interface_addresses()
|