/third_party/mesa3d/src/intel/tools/ |
H A 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 in search_phys_mem() 294 uint64_t phys_addr = i->phys_addr & ~0xfff; aub_mem_get_ggtt_bo() local 411 aub_mem_get_phys_addr_data(struct aub_mem *mem, uint64_t phys_addr) aub_mem_get_phys_addr_data() argument [all...] |
H A 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,
|
H A 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() 257 " Adding entry: %x, phys_addr: 0x%016" PRIx64 "\n", in populate_ppgtt_table() 263 table->subtables[i]->phys_addr = in populate_ppgtt_table() 267 " Adding entry: %x, phys_addr: 0x%016" PRIx64 "\n", 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 403 " Mapping GGTT address: 0x%" PRIx64 ", size: %" PRIu64" phys_addr in aub_map_ggtt() [all...] |
H A D | aub_mem.h | 68 struct intel_batch_decode_bo aub_mem_get_phys_addr_data(struct aub_mem *mem, uint64_t phys_addr);
|
H A D | aub_write.h | 64 uint64_t phys_addr; member
|
H A 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/ |
H A D | ibmi.c | 318 static int get_ibmi_physical_address(const char* line, char (*phys_addr)[6]) { in get_ibmi_physical_address() argument 375 /* convert loca_adapter_address(char[12]) to phys_addr(char[6]) */ in get_ibmi_physical_address() 380 (*phys_addr)[0] = c[0]; in get_ibmi_physical_address() 381 (*phys_addr)[1] = c[1]; in get_ibmi_physical_address() 382 (*phys_addr)[2] = c[2]; in get_ibmi_physical_address() 383 (*phys_addr)[3] = c[3]; in get_ibmi_physical_address() 384 (*phys_addr)[4] = c[4]; in get_ibmi_physical_address() 385 (*phys_addr)[5] = c[5]; in get_ibmi_physical_address() 387 memset(*phys_addr, 0, sizeof(*phys_addr)); in get_ibmi_physical_address() [all...] |
H A D | sunos.c | 781 memcpy(address->phys_addr, LLADDR(sa_addr), sizeof(address->phys_addr)); in uv__set_phys_addr() 782 for (i = 0; i < sizeof(address->phys_addr); i++) { in uv__set_phys_addr() 783 /* Check that all bytes of phys_addr are zero. */ in uv__set_phys_addr() 784 if (address->phys_addr[i] != 0) in uv__set_phys_addr() 808 memcpy(address->phys_addr, arpreq.arp_ha.sa_data, sizeof(address->phys_addr)); in uv__set_phys_addr()
|
H A D | bsd-ifaddrs.c | 141 memcpy(address->phys_addr, LLADDR(sa_addr), sizeof(address->phys_addr)); in uv_interface_addresses()
|
H A D | aix.c | 1259 memcpy(address->phys_addr, LLADDR(sa_addr), sizeof(address->phys_addr)); in uv_interface_addresses()
|
H A D | linux.c | 2059 memcpy(address->phys_addr, sll->sll_addr, sizeof(address->phys_addr)); in uv_interface_addresses()
|
/third_party/node/deps/uv/src/unix/ |
H A D | ibmi.c | 313 static int get_ibmi_physical_address(const char* line, char (*phys_addr)[6]) { in get_ibmi_physical_address() argument 370 /* convert loca_adapter_address(char[12]) to phys_addr(char[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() [all...] |
H A 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() 776 /* Check that all bytes of phys_addr are zero. */ 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()
|
H A D | bsd-ifaddrs.c | 141 memcpy(address->phys_addr, LLADDR(sa_addr), sizeof(address->phys_addr)); in uv_interface_addresses()
|
H A D | linux-core.c | 710 memcpy(address->phys_addr, sll->sll_addr, sizeof(address->phys_addr)); in uv_interface_addresses()
|
H A D | aix.c | 1243 memcpy(address->phys_addr, LLADDR(sa_addr), sizeof(address->phys_addr)); in uv_interface_addresses()
|
/third_party/libuv/test/ |
H A D | test-platform-output.c | 124 (unsigned char)interfaces[i].phys_addr[0], in TEST_IMPL() 125 (unsigned char)interfaces[i].phys_addr[1], in TEST_IMPL() 126 (unsigned char)interfaces[i].phys_addr[2], in TEST_IMPL() 127 (unsigned char)interfaces[i].phys_addr[3], in TEST_IMPL() 128 (unsigned char)interfaces[i].phys_addr[4], in TEST_IMPL() 129 (unsigned char)interfaces[i].phys_addr[5]); in TEST_IMPL()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | issue-1498.rs | 12 pub phys_addr: u64, 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/ |
H A 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()
|
H A 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/ |
H A D | kernel.h | 453 extern void *ioremap(unsigned long phys_addr, unsigned long size); 454 extern void *ioremap_cached(unsigned long phys_addr, unsigned long size); 455 extern void *ioremap_nocache(unsigned long phys_addr, unsigned long size);
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | issue-1498.h | 7 uint64_t phys_addr; /**< Start physical address. */ member
|
/third_party/libdrm/include/drm/ |
H A D | mga_drm.h | 270 unsigned long phys_addr; member
|
/third_party/libuv/src/win/ |
H A D | util.c | 829 if (adapter->PhysicalAddressLength == sizeof(uv_address->phys_addr)) { in uv_interface_addresses() 830 memcpy(uv_address->phys_addr, in uv_interface_addresses() 832 sizeof(uv_address->phys_addr)); in uv_interface_addresses()
|
/third_party/node/deps/uv/src/win/ |
H A 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()
|