Home
last modified time | relevance | path

Searched refs:address_low (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dget_branch_snapshot.c10 __u64 address_low = 0; variable
20 return (val >= address_low) && (val < address_high); in gbs_in_range()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dget_branch_snapshot.c96 err = kallsyms_find("bpf_testmod_loop_test", &skel->bss->address_low); in serial_test_get_branch_snapshot()
103 skel->bss->address_high = skel->bss->address_low + 128; in serial_test_get_branch_snapshot()
/kernel/linux/linux-5.10/drivers/vme/bridges/
H A Dvme_tsi148.c1628 u32 address_high, address_low, val; in tsi148_dma_list_add() local
1680 &address_low); in tsi148_dma_list_add()
1682 entry->descriptor.dsal = cpu_to_be32(address_low); in tsi148_dma_list_add()
1689 &address_low); in tsi148_dma_list_add()
1691 entry->descriptor.dsal = cpu_to_be32(address_low); in tsi148_dma_list_add()
1717 &address_low); in tsi148_dma_list_add()
1719 entry->descriptor.ddal = cpu_to_be32(address_low); in tsi148_dma_list_add()
1726 &address_low); in tsi148_dma_list_add()
1728 entry->descriptor.ddal = cpu_to_be32(address_low); in tsi148_dma_list_add()
1763 &address_low); in tsi148_dma_list_add()
[all...]
/kernel/linux/linux-6.6/drivers/staging/vme_user/
H A Dvme_tsi148.c1606 u32 address_high, address_low, val; in tsi148_dma_list_add() local
1657 &address_low); in tsi148_dma_list_add()
1659 entry->descriptor.dsal = cpu_to_be32(address_low); in tsi148_dma_list_add()
1666 &address_low); in tsi148_dma_list_add()
1668 entry->descriptor.dsal = cpu_to_be32(address_low); in tsi148_dma_list_add()
1693 &address_low); in tsi148_dma_list_add()
1695 entry->descriptor.ddal = cpu_to_be32(address_low); in tsi148_dma_list_add()
1702 &address_low); in tsi148_dma_list_add()
1704 entry->descriptor.ddal = cpu_to_be32(address_low); in tsi148_dma_list_add()
1738 &address_low); in tsi148_dma_list_add()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq_cmd.h330 __le32 address_low; member
529 __le32 address_low; member
1884 __le32 address_low; member
1895 __le32 address_low; member
2194 __le32 address_low; member
2363 __le32 address_low; member
2407 __le32 address_low; member
2416 __le32 address_low; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq_cmd.h330 __le32 address_low; member
529 __le32 address_low; member
1887 __le32 address_low; member
1898 __le32 address_low; member
2205 __le32 address_low; member
2374 __le32 address_low; member
2418 __le32 address_low; member
2427 __le32 address_low; member
H A Di40e_common.c3574 cmd->address_low = cpu_to_le32(lower_32_bits((uintptr_t)buff)); in i40e_aq_set_lldp_mib()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H A Ddma.h146 __le32 address_low; member
H A Ddma.c209 desc->dma64.address_low = cpu_to_le32(addrlo); in op64_fill_descriptor()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H A Ddma.h146 __le32 address_low; member
H A Ddma.c209 desc->dma64.address_low = cpu_to_le32(addrlo); in op64_fill_descriptor()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dsmu_v11_0.c604 uint32_t address_low, address_high; in smu_v11_0_notify_memory_pool_location() local
611 address_low = (uint32_t)lower_32_bits(address); in smu_v11_0_notify_memory_pool_location()
621 address_low, in smu_v11_0_notify_memory_pool_location()
628 address_low = (uint32_t)lower_32_bits(address); in smu_v11_0_notify_memory_pool_location()
635 address_low, NULL); in smu_v11_0_notify_memory_pool_location()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dsmu_v11_0.c633 uint32_t address_low, address_high; in smu_v11_0_notify_memory_pool_location() local
640 address_low = (uint32_t)lower_32_bits(address); in smu_v11_0_notify_memory_pool_location()
650 address_low, in smu_v11_0_notify_memory_pool_location()
657 address_low = (uint32_t)lower_32_bits(address); in smu_v11_0_notify_memory_pool_location()
664 address_low, NULL); in smu_v11_0_notify_memory_pool_location()
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dimx290.c414 static int imx290_write_buffered_reg(struct imx290 *imx290, u16 address_low, in imx290_write_buffered_reg() argument
427 ret = imx290_write_reg(imx290, address_low + i, in imx290_write_buffered_reg()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0.c688 uint32_t address_low, address_high; in smu_v13_0_notify_memory_pool_location() local
695 address_low = (uint32_t)lower_32_bits(address); in smu_v13_0_notify_memory_pool_location()
702 address_low, NULL); in smu_v13_0_notify_memory_pool_location()

Completed in 38 milliseconds