Searched refs:A64 (Results 1 - 11 of 11) sorted by relevance

/linux-4.1.27/lib/lz4/
H A Dlz4defs.h33 #define A64(x) (((U64_S *)(x))->v) macro
36 #define PUT8(s, d) (A64(d) = A64(s))
48 #define A64(x) get_unaligned((u64 *)&(((U16_S *)(x))->v)) macro
H A Dlz4_compress.c148 u64 diff = A64(ref) ^ A64(ip); lz4_compressctx()
329 u64 diff = A64(ref) ^ A64(ip); lz4_compress64kctx()
H A Dlz4hc_compress.c93 u64 diff = A64(p2) ^ A64(p1t); lz4hc_commonlength()
220 u64 diff = A64(reft) ^ A64(ipt); lz4hc_insertandgetwidermatch()
/linux-4.1.27/arch/arm64/kernel/
H A Djump_label.c46 * We use the architected A64 NOP in arch_static_branch, so there's no arch_jump_label_transform_static()
47 * need to patch an identical A64 NOP over the top of it here. The core arch_jump_label_transform_static()
H A Dinsn.c106 * In ARMv8-A, A64 instructions have a fixed length of 32 bits and are always
179 /* A64 instructions must be word aligned */ aarch64_insn_patch_text_nosync()
458 * instruction. A64 instructions must be word-aligned. branch_imm_common()
/linux-4.1.27/arch/arm64/include/asm/
H A Dinsn.h23 /* A64 instructions are always 32 bits. */
29 * Section C3.1 "A64 instruction index by encoding":
/linux-4.1.27/drivers/scsi/
H A Dqla1280.h311 #define MBC_INIT_REQUEST_QUEUE_A64 0x52 /* Initialize request queue A64 */
312 #define MBC_INIT_RESPONSE_QUEUE_A64 0x53 /* Initialize response q A64 */
643 #define COMMAND_A64_TYPE 9 /* Command A64 entry */
668 #define CONTINUE_A64_TYPE 0xA /* Continuation A64 entry. */
871 * ISP queue - CTIO A64 entry structure definition.
875 #define CTIO_A64_TYPE 0xF /* CTIO A64 entry */
905 #define CTIO_A64_RET_TYPE 0xF /* CTIO A64 returned entry */
/linux-4.1.27/drivers/vme/bridges/
H A Dvme_tsi148.h888 #define TSI148_LCSR_ITAT_AS_A64 (4<<4) /* A64 Address Space */
961 #define TSI148_LCSR_LMAT_AS_A64 (4<<4) /* A64 */
1303 #define TSI148_LCSR_DSAT_AMODE_A64 (4<<0) /* A64 */
1340 #define TSI148_LCSR_DDAT_AMODE_A64 (4<<0) /* A64 */
/linux-4.1.27/arch/arm64/net/
H A Dbpf_jit_comp.c37 /* Map BPF registers to A64 registers */
/linux-4.1.27/drivers/scsi/qla2xxx/
H A Dqla_def.h1568 #define COMMAND_A64_TYPE 0x19 /* Command A64 entry */
1618 #define CONTINUE_A64_TYPE 0x0A /* Continuation A64 entry. */
/linux-4.1.27/drivers/net/ethernet/sfc/
H A Dmcdi_pcol.h3749 /* enum: Bug35017 workaround (A64 tables must be identity map) */

Completed in 562 milliseconds