Home
last modified time | relevance | path

Searched refs:x6 (Results 1 – 22 of 22) sorted by relevance

/optee_os/core/arch/arm/crypto/
H A Daes_modes_armv8a_ce_a64.S152 encrypt_block2x v0, v1, w3, x2, x6, w7
157 decrypt_block2x v0, v1, w3, x2, x6, w7
164 encrypt_block4x v0, v1, v2, v3, w3, x2, x6, w7
169 decrypt_block4x v0, v1, v2, v3, w3, x2, x6, w7
198 encrypt_block2x v0, v1, w3, x2, x6, w7
202 decrypt_block2x v0, v1, w3, x2, x6, w7
206 encrypt_block4x v0, v1, v2, v3, w3, x2, x6, w7
210 decrypt_block4x v0, v1, v2, v3, w3, x2, x6, w7
322 enc_prepare w3, x2, x6
329 encrypt_block v0, w3, x2, x6, w7
[all …]
H A Dsha1_armv8a_ce_a64.S62 adr x6, .Lsha1_rcon
63 ld1r {k0.4s}, [x6], #4
64 ld1r {k1.4s}, [x6], #4
65 ld1r {k2.4s}, [x6], #4
66 ld1r {k3.4s}, [x6]
H A Dsm4_armv8a_aese_a64.S481 mov x6, #32
504 subs x6, x6, #1
1062 subs x6, x6, 1
1063 ldrb tmpw0, [x7, x6]
1064 strb tmpw0, [x0, x6]
1065 ldrb tmpw0, [x1, x6]
1066 strb tmpw0, [x7, x6]
H A Dsm4_armv8a_ce_a64.S969 subs x6, x6, 1
970 ldrb tmpw0, [x7, x6]
971 strb tmpw0, [x0, x6]
972 ldrb tmpw0, [x1, x6]
973 strb tmpw0, [x7, x6]
H A Dghash-ce-core_a64.S435 cbnz x6, 4f
595 4: load_round_keys w7, x6
/optee_os/ldelf/
H A Dstart_a64.S28 add x6, x6, x4
29 cmp x5, x6
50 cmp x5, x6
/optee_os/core/arch/arm/kernel/
H A Darch_scall_a64.S43 ldp x5, x6, [x0, #THREAD_SCALL_REG_X5]
44 cmp x6, #0
57 sub x1, x6, #0x4
60 lsl x0, x6, #2
75 add x2, xzr, x6, lsl #2
H A Dentry_a64.S444 ldr x6, [x5]
445 add x6, x6, x0
446 str x6, [x5]
657 adr_l x6, __init_end
659 adr_l x6, boot_embdata_ptr
660 ldr x6, [x6]
662 ldp w2, w3, [x6, #BOOT_EMBDATA_RELOC_OFFSET]
664 add x2, x2, x6 /* start of relocations */
682 sub x6, x6, x1
690 cmp x4, x6
[all …]
H A Dthread_spmc_a64.S25 mov x6, #FFA_PARAM_MBZ /* Param MBZ */
38 mov x6, #FFA_PARAM_MBZ /* Param MBZ */
100 mov x6, #FFA_PARAM_MBZ /* Unused parameter */
H A Darch_scall.c82 .x6 = pushed[7], in save_panic_regs_a32_ta()
H A Dasm-defines.c59 DEFINE(THREAD_SCALL_REG_X6, offsetof(struct thread_scall_regs, x6));
H A Dthread_a64.S713 mrs x6, daif /* this register must be preserved */
785 msr daif, x6 /* restore exceptions */
H A Dabort.c193 ai->regs->x6, ai->regs->x7); in __print_abort_info()
H A Dstmm_sp.c34 #define SVC_REGS_A6(_regs) ((_regs)->x6)
/optee_os/lib/libutee/arch/arm/
H A Dutee_syscalls_a64.S24 stp x6, x7, [sp, #64]
30 ldp x6, x7, [sp, #64]
/optee_os/lib/libutils/ext/arch/arm/
H A Dmcount_a64.S66 stp x6, x7, [sp, #48]
76 ldp x6, x7, [sp, #48]
/optee_os/core/arch/arm/include/kernel/
H A Darch_scall.h24 *max_args = regs->x6; in scall_get_max_args()
H A Dthread_arch.h198 uint64_t x6; /* r6_usr */ member
257 uint64_t x6; /* r6_usr */ member
/optee_os/core/lib/libtomcrypt/src/stream/sosemanuk/
H A Dsosemanuk.c608 #define FSM(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9) do { \ in s_sosemanuk_internal() argument
621 #define LRU(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, dd) do { \ in s_sosemanuk_internal() argument
630 #define CC1(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, ee) do { \ in s_sosemanuk_internal() argument
639 #define STEP(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, dd, ee) do { \ in s_sosemanuk_internal() argument
640 FSM(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9); \ in s_sosemanuk_internal()
641 LRU(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, dd); \ in s_sosemanuk_internal()
642 CC1(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, ee); \ in s_sosemanuk_internal()
/optee_os/core/arch/arm/dts/
H A Dat91-sama7g54_ek.dts444 reg = <0xfa 0x6>;
458 reg = <0xfa 0x6>;
H A Dfsl-lx2160a.dtsi1319 reg = <0x6>;
/optee_os/core/kernel/
H A Dldelf_loader.c267 arg->arm32.regs[6] = tsd->abort_regs.x6; in ldelf_dump_state()