Searched refs:address_low (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | get_branch_snapshot.c | 10 __u64 address_low = 0; variable 20 return (val >= address_low) && (val < address_high); in gbs_in_range()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | get_branch_snapshot.c | 96 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()
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_adminq_cmd.h | 381 __le32 address_low; member 1740 __le32 address_low; member 1751 __le32 address_low; member 2058 __le32 address_low; member 2227 __le32 address_low; member 2271 __le32 address_low; member 2280 __le32 address_low; member
|
| H A D | i40e_common.c | 3075 cmd->address_low = cpu_to_le32(lower_32_bits((uintptr_t)buff)); in i40e_aq_set_lldp_mib()
|
| /linux/drivers/staging/vme_user/ |
| H A D | vme_tsi148.c | 1604 u32 address_high, address_low, val; in tsi148_dma_list_add() local 1654 reg_split((unsigned long long)pci_attr->address, &address_high, &address_low); in tsi148_dma_list_add() 1656 entry->descriptor.dsal = cpu_to_be32(address_low); in tsi148_dma_list_add() 1662 reg_split((unsigned long long)vme_attr->address, &address_high, &address_low); in tsi148_dma_list_add() 1664 entry->descriptor.dsal = cpu_to_be32(address_low); in tsi148_dma_list_add() 1691 &address_low); in tsi148_dma_list_add() 1693 entry->descriptor.ddal = cpu_to_be32(address_low); in tsi148_dma_list_add() 1700 &address_low); in tsi148_dma_list_add() 1702 entry->descriptor.ddal = cpu_to_be32(address_low); in tsi148_dma_list_add() 1738 &address_low); in tsi148_dma_list_add() [all …]
|
| /linux/drivers/net/wireless/broadcom/b43/ |
| H A D | dma.h | 146 __le32 address_low; member
|
| H A D | dma.c | 209 desc->dma64.address_low = cpu_to_le32(addrlo); in op64_fill_descriptor()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
| H A D | smu_v11_0.c | 632 uint32_t address_low, address_high; in smu_v11_0_notify_memory_pool_location() local 639 address_low = (uint32_t)lower_32_bits(address); in smu_v11_0_notify_memory_pool_location() 649 address_low, in smu_v11_0_notify_memory_pool_location() 656 address_low = (uint32_t)lower_32_bits(address); in smu_v11_0_notify_memory_pool_location() 663 address_low, NULL); in smu_v11_0_notify_memory_pool_location()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu15/ |
| H A D | smu_v15_0.c | 646 uint32_t address_low, address_high; in smu_v15_0_notify_memory_pool_location() local 653 address_low = (uint32_t)lower_32_bits(address); in smu_v15_0_notify_memory_pool_location() 660 address_low, NULL); in smu_v15_0_notify_memory_pool_location()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu14/ |
| H A D | smu_v14_0.c | 677 uint32_t address_low, address_high; in smu_v14_0_notify_memory_pool_location() local 684 address_low = (uint32_t)lower_32_bits(address); in smu_v14_0_notify_memory_pool_location() 691 address_low, NULL); in smu_v14_0_notify_memory_pool_location()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
| H A D | smu_v13_0.c | 692 uint32_t address_low, address_high; in smu_v13_0_notify_memory_pool_location() local 699 address_low = (uint32_t)lower_32_bits(address); in smu_v13_0_notify_memory_pool_location() 706 address_low, NULL); in smu_v13_0_notify_memory_pool_location()
|