Home
last modified time | relevance | path

Searched refs:phys_addr (Results 1 - 25 of 29) sorted by relevance

12

/third_party/mesa3d/src/intel/tools/
H A 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 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 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,
H A 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()
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 Daub_mem.h68 struct intel_batch_decode_bo aub_mem_get_phys_addr_data(struct aub_mem *mem, uint64_t phys_addr);
H A Daub_write.h64 uint64_t phys_addr; member
H A 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/
H A Dibmi.c318 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 Dsunos.c781 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 Dbsd-ifaddrs.c141 memcpy(address->phys_addr, LLADDR(sa_addr), sizeof(address->phys_addr)); in uv_interface_addresses()
H A Daix.c1259 memcpy(address->phys_addr, LLADDR(sa_addr), sizeof(address->phys_addr)); in uv_interface_addresses()
H A Dlinux.c2059 memcpy(address->phys_addr, sll->sll_addr, sizeof(address->phys_addr)); in uv_interface_addresses()
/third_party/node/deps/uv/src/unix/
H A Dibmi.c313 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 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()
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 Dbsd-ifaddrs.c141 memcpy(address->phys_addr, LLADDR(sa_addr), sizeof(address->phys_addr)); in uv_interface_addresses()
H A Dlinux-core.c710 memcpy(address->phys_addr, sll->sll_addr, sizeof(address->phys_addr)); in uv_interface_addresses()
H A Daix.c1243 memcpy(address->phys_addr, LLADDR(sa_addr), sizeof(address->phys_addr)); in uv_interface_addresses()
/third_party/libuv/test/
H A Dtest-platform-output.c124 (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 Dissue-1498.rs12 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 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()
H A 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/
H A Dkernel.h453 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 Dissue-1498.h7 uint64_t phys_addr; /**< Start physical address. */ member
/third_party/libdrm/include/drm/
H A Dmga_drm.h270 unsigned long phys_addr; member
/third_party/libuv/src/win/
H A Dutil.c829 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 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()

Completed in 29 milliseconds

12