Home
last modified time | relevance | path

Searched refs:addr (Results 20976 - 21000 of 21841) sorted by relevance

1...<<831832833834835836837838839840>>...874

/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-trace.c1125 [4] = { .scnprintf = SCA_SOCKADDR, /* addr */ }, }, },
1749 else if ((field->flags & TEP_FIELD_IS_POINTER) || strstr(field->name, "addr")) in syscall_arg_fmt__init_array()
2910 al->addr - al->sym->start);
2912 fprintf(f, "0x%" PRIx64, al->addr);
2914 fprintf(f, "0x%" PRIx64, sample->addr);
2967 thread__find_symbol(thread, sample->cpumode, sample->addr, &al);
2970 thread__find_symbol(thread, sample->cpumode, sample->addr, &al);
/kernel/linux/linux-6.6/net/core/
H A Dneighbour.c3143 const void *addr, struct sk_buff *skb) in neigh_xmit()
3155 u32 key = *((u32 *)addr); in neigh_xmit()
3159 neigh = __neigh_lookup_noref(tbl, addr, dev); in neigh_xmit()
3162 neigh = __neigh_create(tbl, addr, dev, false); in neigh_xmit()
3173 addr, NULL, skb->len); in neigh_xmit()
3142 neigh_xmit(int index, struct net_device *dev, const void *addr, struct sk_buff *skb) neigh_xmit() argument
/third_party/node/deps/v8/src/builtins/riscv64/
H A Dbuiltins-riscv64.cc2340 Register scratch = temps.Acquire(), addr = temps.Acquire(); in Generate_CallOrConstructForwardVarargs() local
2342 __ CalcScaledAddress(addr, a6, a7, kSystemPointerSizeLog2); in Generate_CallOrConstructForwardVarargs()
2343 __ Ld(scratch, MemOperand(addr)); in Generate_CallOrConstructForwardVarargs()
2344 __ CalcScaledAddress(addr, a2, a7, kSystemPointerSizeLog2); in Generate_CallOrConstructForwardVarargs()
2345 __ Sd(scratch, MemOperand(addr)); in Generate_CallOrConstructForwardVarargs()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dinode.c5639 static int btrfs_filldir(void *addr, int entries, struct dir_context *ctx) in btrfs_filldir() argument
5642 struct dir_entry *entry = addr; in btrfs_filldir()
5650 addr += sizeof(struct dir_entry) + in btrfs_filldir()
5666 void *addr; in btrfs_real_readdir() local
5686 addr = private->filldir_buf; in btrfs_real_readdir()
5734 addr = private->filldir_buf; in btrfs_real_readdir()
5740 entry = addr; in btrfs_real_readdir()
5751 addr += sizeof(struct dir_entry) + name_len; in btrfs_real_readdir()
7523 * We trim the extents (and move the addr) even though iomap code does in btrfs_dio_iomap_begin()
7528 iomap->addr in btrfs_dio_iomap_begin()
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H A Dinode.c5859 static int btrfs_filldir(void *addr, int entries, struct dir_context *ctx) in btrfs_filldir() argument
5862 struct dir_entry *entry = addr; in btrfs_filldir()
5870 addr += sizeof(struct dir_entry) + in btrfs_filldir()
5886 void *addr; in btrfs_real_readdir() local
5904 addr = private->filldir_buf; in btrfs_real_readdir()
5938 addr = private->filldir_buf; in btrfs_real_readdir()
5945 entry = addr; in btrfs_real_readdir()
5955 addr += sizeof(struct dir_entry) + name_len; in btrfs_real_readdir()
7648 * We trim the extents (and move the addr) even though iomap code does in btrfs_dio_iomap_begin()
7653 iomap->addr in btrfs_dio_iomap_begin()
[all...]
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_canvas.cpp1473 uint8_t* addr = reinterpret_cast<uint8_t*>(gfxMapBuffer.virAddr); in BlitMapBuffer() local
1474 imageInfo.data = addr; in BlitMapBuffer()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp204 int32_t BluetoothHostProxy::GetLocalAddress(std::string &addr) in GetLocalAddress() argument
217 addr = reply.ReadString(); in GetLocalAddress()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.cpp504 RawAddress rawAddr(RawAddress::ConvertToString(btAddr->addr)); in FindTgServiceCallback()
834 HILOGI("addr: %{public}s, uidCounter: %{public}hu, numOfItems: %{public}d, folderNames.size: %{public}zu, " in OnSetBrowsedPlayer()
985 HILOGI("addr: %{public}s, attribute.size: %{public}zu, result: %{public}d", in OnGetPlayerAppSettingAttribtues()
1044 HILOGI("addr: %{public}s, attribute: %{public}d, values.size: %{public}zu, result: %{public}d", in OnGetPlayerAppSettingValues()
1103 HILOGI("addr: %{public}s, attributes.size: %{public}zu, values.size: %{public}zu, result: %{public}d", in OnGetPlayerAppSettingCurrentValue()
1804 HILOGI("addr:%{public}s, result:%{public}d, detail:%{public}d", GET_ENCRYPT_AVRCP_ADDR(rawAddr), result, detail); in OnGetItemAttributes()
1815 HILOGI("addr:%{public}s, scope:%{public}d", GET_ENCRYPT_AVRCP_ADDR(rawAddr), scope); in GetTotalNumberOfItems()
1846 HILOGI("addr:%{public}s, scope:%{public}d", GET_ENCRYPT_AVRCP_ADDR(rawAddr), scope); in GetTotalNumberOfItemsNative()
1864 HILOGI("addr:%{public}s, uidCounter:%{public}d, numOfItems:%{public}u, result:%{public}d, detail:%{public}d", in OnGetTotalNumberOfItems()
1880 HILOGI("addr in SetAbsoluteVolume()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_util.cpp1116 auto addr = buffer->GetVirAddr();
1117 // DRM buffers addr is nullptr
1118 if (addr == nullptr && !(buffer->GetUsage() & BUFFER_USAGE_PROTECTED)) {
1119 RS_LOGE("RSBaseRenderUtil: buffer has no vir addr");
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H A Dnet_conn_service_proxy.cpp1019 int32_t NetConnServiceProxy::GetAddressByName(const std::string &host, int32_t netId, INetAddr &addr) in GetAddressByName() argument
1047 addr = *netaddr_ptr; in GetAddressByName()
/foundation/communication/netmanager_base/test/fuzztest/netsysclient_fuzzer/
H A Dnet_sys_client_fuzzer.cpp327 std::string addr = NetSysGetString(STR_LEN); in OnInterfaceAddressUpdatedFuzzTest() local
332 dataParcel.WriteString(addr); in OnInterfaceAddressUpdatedFuzzTest()
/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server_stub.cpp890 COMM_LOGE(COMM_SVC, "SoftbusJoinLNNInner read addr type failed! length=%{public}d", addrTypeLen); in JoinLNNInner()
896 void *addr = const_cast<void *>(rawData); in JoinLNNInner() local
898 int32_t retReply = JoinLNN(clientName, addr, addrTypeLen); in JoinLNNInner()
/foundation/communication/dsoftbus/tests/core/frame/unittest/
H A Dsoftbus_server_stub_test.cpp731 ConnectionAddr addr; in HWTEST_F() local
751 datas.WriteRawData(&addr, addrTypeLen); in HWTEST_F()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Dnet_conn_client_test.cpp1112 INetAddr addr; in HWTEST_F() local
1113 int32_t ret = DelayedSingleton<NetConnClient>::GetInstance()->GetAddressByName(host, netId, addr); in HWTEST_F()
/kernel/linux/linux-5.10/drivers/dma/
H A Dpxa_dma.c87 dma_addr_t first; /* First descriptor's addr */
109 * has one address such as: addr % 8 != 0. This implies the DALGN
211 static int is_phys_valid(unsigned long addr) in is_phys_valid() argument
213 return pfn_valid(__phys_to_pfn(addr)); in is_phys_valid()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gpuvm.c831 static struct sg_table *create_doorbell_sg(uint64_t addr, uint32_t size) in create_doorbell_sg() argument
841 sg->sgl->dma_address = addr; in create_doorbell_sg()
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/
H A Dcvmx-sriox-defs.h985 uint64_t addr:24; member
987 uint64_t addr:24;
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dloongarchregs.h1195 static inline void csr_any_send(unsigned int addr, unsigned int data, in csr_any_send() argument
1200 val = IOCSR_ANY_SEND_BLOCKING | addr; in csr_any_send()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Dpowerpc.c1718 if (copy_to_user((char __user *)(unsigned long)reg->addr, &val, size)) in kvm_vcpu_ioctl_get_one_reg()
1734 if (copy_from_user(&val, (char __user *)(unsigned long)reg->addr, size)) in kvm_vcpu_ioctl_set_one_reg()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dldc.c2254 u64 addr = cookies[i].cookie_addr; in ldc_unmap() local
2257 free_npages(lp->id, iommu, addr, size); in ldc_unmap()
/kernel/linux/linux-5.10/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c73 static unsigned long __init uv_early_read_mmr(unsigned long addr) in uv_early_read_mmr() argument
77 mmr = early_ioremap(UV_LOCAL_MMR_BASE | addr, sizeof(*mmr)); in uv_early_read_mmr()
1520 /* Fill in pnode/node/addr conversion list values: */ in build_socket_tables()
/kernel/linux/common_modules/tzdriver/tui/
H A Dtui.c255 /* nent must be 1, because ion addr for tui is continuous */ in check_ion_sg_table()
303 tui_mem->tui_ion_phys_addr = mailbox_virt_to_phys((uintptr_t)(void *)tmp_tui_sglist); // sglist phys-addr in get_tui_ion_sglist()
1249 tloge("get frame addr error\n");
1251 g_tui_ctl->n2s.addr = (unsigned int)tui_addr_t;
1256 if (g_tui_ctl->n2s.addr == 0)
/kernel/linux/linux-5.10/drivers/char/ipmi/
H A Dipmi_si_intf.c2277 unsigned long addr) in ipmi_si_remove_by_data()
2289 if (e->io.addr_data == addr) { in ipmi_si_remove_by_data()
2276 ipmi_si_remove_by_data(int addr_space, enum si_type si_type, unsigned long addr) ipmi_si_remove_by_data() argument
/kernel/linux/linux-5.10/drivers/edac/
H A Di7core_edac.c1007 edac_dbg(0, "Error inject addr match 0x%016llx, ecc 0x%08x, inject 0x%08x\n", in i7core_inject_enable_store()
1321 * is at addr 8086:2c40, instead of 8086:2c41. So, we need in i7core_get_onedevice()
1689 * m->addr MSR_IA32_MC8_ADDR
1731 optype = "addr/cmd error"; in i7core_mce_output_error()
1780 m->addr >> PAGE_SHIFT, in i7core_mce_output_error()
1781 m->addr & ~PAGE_MASK, in i7core_mce_output_error()
/kernel/linux/linux-5.10/drivers/net/can/spi/
H A Dmcp251x.c409 #define mcp251x_read_stat_poll_timeout(addr, val, cond, delay_us, timeout_us) \
410 readx_poll_timeout(mcp251x_read_stat, addr, val, cond, \

Completed in 98 milliseconds

1...<<831832833834835836837838839840>>...874