| /linux/tools/testing/selftests/rseq/ |
| H A D | rseq-arm.h | 11 * RSEQ_SIG uses the udf A32 instruction with an uncommon immediate operand 16 * The instruction pattern in the A32 instruction set is: 35 * Translates to this A32 instruction pattern:
|
| /linux/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/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 | 1538 phys_addr.u.a32.address_lo = AMAP_GET_BITS(struct amap_i_t_dpdu_cqe, in beiscsi_hdl_get_handle() 1540 phys_addr.u.a32.address_lo -= dpl; in beiscsi_hdl_get_handle() 1541 phys_addr.u.a32.address_hi = AMAP_GET_BITS(struct amap_i_t_dpdu_cqe, in beiscsi_hdl_get_handle() 1761 pasync_sge[pi].hi = pasync_handle->pa.u.a32.address_lo; in beiscsi_hdq_post_handles() 1762 pasync_sge[pi].lo = pasync_handle->pa.u.a32.address_hi; in beiscsi_hdq_post_handles() 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() 2196 io_task->bhs_pa.u.a32.address_lo); in hwi_write_sgl() [all …]
|
| 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()
|
| H A D | be_main.h | 190 struct be_bus_address32 a32; member
|
| /linux/Documentation/devicetree/bindings/arm/ |
| H A D | arm,corstone1000.yaml | 18 Support for Cortex‑A32, Cortex‑A35 and Cortex‑A53 processors. Two expansion
|
| /linux/arch/arm/kernel/ |
| H A D | opcodes.c | 5 * A32 condition code lookup feature moved from nwfpe/fpopcode.c
|
| /linux/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 | 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.h | 68 } __packed a32; member
|
| 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/drivers/staging/vme_user/ |
| H A D | vme_tsi148.h | 676 #define TSI148_LCSR_OTAT_AMODE_A32 (2 << 0) /* A32 Address Space */ 677 #define TSI148_LCSR_OTAT_AMODE_A64 (4 << 0) /* A32 Address Space */ 869 #define TSI148_LCSR_ITAT_AS_A32 (2 << 4) /* A32 Address Space */ 942 #define TSI148_LCSR_LMAT_AS_A32 (2 << 4) /* A32 */ 1284 #define TSI148_LCSR_DSAT_AMODE_A32 (2 << 0) /* A32 */ 1321 #define TSI148_LCSR_DDAT_AMODE_A32 (2 << 0) /* A32 */
|
| /linux/Documentation/devicetree/bindings/interrupt-controller/ |
| H A D | arm,gic-v3.yaml | 83 ARMv8.0 architecture such as Cortex-A32, A34, A35, A53, A57, A72 and
|
| /linux/tools/perf/util/ |
| H A D | symbol.h | 249 Elf32_Addr a32[3]; member
|
| H A D | symbol-elf.c | 2637 tmp->addr.a32[SDT_NOTE_IDX_LOC] = in sdt_adjust_loc() 2638 tmp->addr.a32[SDT_NOTE_IDX_LOC] + base_off - in sdt_adjust_loc() 2639 tmp->addr.a32[SDT_NOTE_IDX_BASE]; in sdt_adjust_loc() 2652 if (tmp->bit32 && tmp->addr.a32[SDT_NOTE_IDX_REFCTR]) in sdt_adjust_refctr() 2653 tmp->addr.a32[SDT_NOTE_IDX_REFCTR] -= (base_addr - base_off); in sdt_adjust_refctr() 2680 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()
|
| H A D | cs-etm.c | 1390 /* Assume a 4 byte instruction size (A32/A64) */ in cs_etm__update_last_branch_rb() 1533 /* Otherwise, A64 and A32 instruction size are always 32-bit. */ 2072 * The SVC of A32 is defined in ARM DDI 0487D.a, F5.1.247: in cs_etm__is_svc_instr() 2257 * function return for A32/T32. in cs_etm__set_sample_flags()
|
| /linux/drivers/media/usb/gspca/ |
| H A D | spca501.c | 129 {0x0, 0x02, 0x0F}, /* A32 */ 139 {0x1, 0xf8, 0x0F}, /* A32 f8 */ 517 {0x1, 0x0000, 0x000f}, /* CCDSP YUV A32 */ 1644 {0x01, 0x00e4, 0x000f}, /* A32 */
|
| /linux/drivers/firmware/efi/ |
| H A D | cper.c | 119 "ARM A32/T32",
|
| /linux/arch/arm64/kernel/ |
| H A D | process.c | 172 pstate & PSR_AA32_T_BIT ? "T32" : "A32", in print_pstate()
|
| /linux/Documentation/kbuild/ |
| H A D | makefiles.rst | 603 aflags-$(biarch) += -a32 608 and $(cflags-y) will be assigned the values -a32 and -m32,
|
| /linux/sound/soc/intel/boards/ |
| H A D | sof_sdw.c | 260 DMI_EXACT_MATCH(DMI_PRODUCT_SKU, "0A32")
|
| /linux/arch/arm64/ |
| H A D | Kconfig | 1786 ARMv8 obsoletes the use of A32 SWP/SWPB instructions such that
|