| /linux-6.15/arch/arm/include/asm/ |
| H A D | arch_gicv3.h | 41 #define CPUIF_MAP(a32, a64) \ argument 44 write_sysreg(val, a32); \ 48 return read_sysreg(a32); \
|
| /linux-6.15/include/linux/ |
| H A D | etherdevice.h | 585 u32 *a32 = (u32 *)((u8 *)a + 2); in compare_ether_header() 588 return (*(u16 *)a ^ *(u16 *)b) | (a32[0] ^ b32[0]) | in compare_ether_header() 589 (a32[1] ^ b32[1]) | (a32[2] ^ b32[2]); in compare_ether_header()
|
| /linux-6.15/drivers/scsi/be2iscsi/ |
| H A D | be_mgmt.h | 145 bus_address.u.a32.address_lo; \ 147 bus_address.u.a32.address_hi; \
|
| H A D | be_main.c | 1540 phys_addr.u.a32.address_lo -= dpl; in beiscsi_hdl_get_handle() 2101 io_task->bhs_pa.u.a32.address_lo); in hwi_write_sgl_v2() 2103 io_task->bhs_pa.u.a32.address_hi); in hwi_write_sgl_v2() 2143 io_task->bhs_pa.u.a32.address_hi); in hwi_write_sgl_v2() 2145 io_task->bhs_pa.u.a32.address_lo); in hwi_write_sgl_v2() 2232 io_task->bhs_pa.u.a32.address_hi); in hwi_write_sgl() 2234 io_task->bhs_pa.u.a32.address_lo); in hwi_write_sgl() 2287 io_task->bhs_pa.u.a32.address_lo); in hwi_write_buffer() 2289 io_task->bhs_pa.u.a32.address_hi); in hwi_write_buffer() 2334 io_task->bhs_pa.u.a32.address_hi); in hwi_write_buffer() [all …]
|
| H A D | be_main.h | 190 struct be_bus_address32 a32; member
|
| H A D | be_mgmt.c | 1350 mem_descr->mem_array[0].bus_address.u.a32.address_hi); in beiscsi_offload_cxn_v0() 1353 mem_descr->mem_array[0].bus_address.u.a32.address_lo); in beiscsi_offload_cxn_v0()
|
| /linux-6.15/drivers/net/ethernet/brocade/bna/ |
| H A D | bfa_ioc.h | 55 dma_addr->a32.addr_lo = (u32) htonl(pa); in __bfa_dma_be_addr_set() 56 dma_addr->a32.addr_hi = (u32) htonl(upper_32_bits(pa)); in __bfa_dma_be_addr_set()
|
| H A D | bfi.h | 68 } __packed a32; member
|
| H A D | bna_tx_rx.c | 1293 (bfi_q)->pg_tbl.a32.addr_lo = (bna_qpt)->hw_qpt_ptr.lsb; \ 1294 (bfi_q)->pg_tbl.a32.addr_hi = (bna_qpt)->hw_qpt_ptr.msb; \ 1295 (bfi_q)->first_entry.a32.addr_lo = cur_q_addr.lsb; \ 1296 (bfi_q)->first_entry.a32.addr_hi = cur_q_addr.msb; \ 1667 cfg_req->q_cfg[i].ib.index_addr.a32.addr_lo = in bna_bfi_rx_enet_start() 1669 cfg_req->q_cfg[i].ib.index_addr.a32.addr_hi = in bna_bfi_rx_enet_start() 3104 cfg_req->q_cfg[i].ib.index_addr.a32.addr_lo = in bna_bfi_tx_enet_start() 3106 cfg_req->q_cfg[i].ib.index_addr.a32.addr_hi = in bna_bfi_tx_enet_start()
|
| H A D | bfi_enet.h | 52 } __packed a32; member
|
| H A D | bna_enet.c | 1853 stats_req->host_buffer.a32.addr_hi = bna->stats.hw_stats_dma.msb; in bna_bfi_stats_get() 1854 stats_req->host_buffer.a32.addr_lo = bna->stats.hw_stats_dma.lsb; in bna_bfi_stats_get()
|
| /linux-6.15/tools/perf/util/ |
| H A D | symbol.h | 249 Elf32_Addr a32[3]; member
|
| H A D | symbol-elf.c | 2771 tmp->addr.a32[SDT_NOTE_IDX_LOC] = in sdt_adjust_loc() 2772 tmp->addr.a32[SDT_NOTE_IDX_LOC] + base_off - in sdt_adjust_loc() 2773 tmp->addr.a32[SDT_NOTE_IDX_BASE]; in sdt_adjust_loc() 2786 if (tmp->bit32 && tmp->addr.a32[SDT_NOTE_IDX_REFCTR]) in sdt_adjust_refctr() 2787 tmp->addr.a32[SDT_NOTE_IDX_REFCTR] -= (base_addr - base_off); in sdt_adjust_refctr() 2814 Elf32_Addr a32[NR_ADDR]; in populate_sdt_note() member
|
| H A D | probe-file.c | 725 (unsigned long long)note->addr.a32[SDT_NOTE_IDX_LOC] : in sdt_note__get_addr() 732 (unsigned long long)note->addr.a32[SDT_NOTE_IDX_REFCTR] : in sdt_note__get_ref_ctr_offset()
|
| /linux-6.15/Documentation/devicetree/bindings/arm/ |
| H A D | pmu.yaml | 38 - arm,cortex-a32-pmu
|
| H A D | cpus.yaml | 136 - arm,cortex-a32
|
| /linux-6.15/drivers/scsi/bfa/ |
| H A D | bfa_ioc.h | 180 dma_addr->a32.addr_lo = cpu_to_be32(pa); in __bfa_dma_be_addr_set() 181 dma_addr->a32.addr_hi = cpu_to_be32(pa >> 32); in __bfa_dma_be_addr_set()
|
| H A D | bfi.h | 109 } a32; member
|
| H A D | bfa_fcpim.c | 2464 sgpge->sga.a32.addr_lo = 0; in bfa_ioim_send_ioreq() 2465 sgpge->sga.a32.addr_hi = 0; in bfa_ioim_send_ioreq() 2483 sge->sga.a32.addr_lo = 0; in bfa_ioim_send_ioreq() 2484 sge->sga.a32.addr_hi = 0; in bfa_ioim_send_ioreq()
|
| H A D | bfa_svc.c | 3135 bfa_trc(fcport->bfa, m->stats_dma_addr.a32.addr_lo); in bfa_fcport_send_enable() 3136 bfa_trc(fcport->bfa, m->stats_dma_addr.a32.addr_hi); in bfa_fcport_send_enable()
|
| /linux-6.15/Documentation/kbuild/ |
| H A D | makefiles.rst | 599 aflags-$(biarch) += -a32 604 and $(cflags-y) will be assigned the values -a32 and -m32,
|