Home
last modified time | relevance | path

Searched refs:phys_addr (Results 1 – 25 of 36) sorted by relevance

12

/third_party/mesa3d/src/intel/tools/
Daub_mem.c43 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 …]
Daub_read.h47 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,
Daub_write.c170 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()
Daub_mem.h68 struct intel_batch_decode_bo aub_mem_get_phys_addr_data(struct aub_mem *mem, uint64_t phys_addr);
Daub_write.h64 uint64_t phys_addr; member
Derror2aub.c488 context[49] = aub.pml4.phys_addr >> 32; in main()
489 context[51] = aub.pml4.phys_addr & 0xffffffff; in main()
/third_party/libuv/src/unix/
Dibmi.c313 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()
Dbsd-ifaddrs.c141 memcpy(address->phys_addr, LLADDR(sa_addr), sizeof(address->phys_addr)); in uv_interface_addresses()
Dsunos.c774 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()
Dlinux-core.c710 memcpy(address->phys_addr, sll->sll_addr, sizeof(address->phys_addr)); in uv_interface_addresses()
Daix.c1243 memcpy(address->phys_addr, LLADDR(sa_addr), sizeof(address->phys_addr)); in uv_interface_addresses()
/third_party/node/deps/uv/src/unix/
Dibmi.c313 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()
Dbsd-ifaddrs.c141 memcpy(address->phys_addr, LLADDR(sa_addr), sizeof(address->phys_addr)); in uv_interface_addresses()
Dsunos.c774 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()
Dlinux-core.c710 memcpy(address->phys_addr, sll->sll_addr, sizeof(address->phys_addr)); in uv_interface_addresses()
Daix.c1243 memcpy(address->phys_addr, LLADDR(sa_addr), sizeof(address->phys_addr)); in uv_interface_addresses()
/third_party/libuv/test/
Dtest-platform-output.c127 (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/
Dissue-1498.rs12 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/
Dnode_os.cc211 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()
Dnode_report.cc350 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/
Dkernel.h455 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/
Dissue-1498.h7 uint64_t phys_addr; /**< Start physical address. */ member
/third_party/libdrm/include/drm/
Dmga_drm.h270 unsigned long phys_addr; member
/third_party/libuv/src/win/
Dutil.c977 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/
Dutil.c977 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()

12