Searched refs:s0 (Results 1 – 17 of 17) sorted by relevance
/Zephyr-Core-3.5.0/arch/riscv/core/ |
D | switch.S | 19 RV_E( op s0, _thread_offset_to_s0(reg) );\ 59 mv s0, a0 61 mv a0, s0 66 mv s0, a0 68 mv a0, s0 78 mv s0, a0 80 mv a0, s0 85 mv s0, a0 87 mv a0, s0
|
D | isr.S | 111 csrrw s0, mscratch, s0 114 sr t0, _curr_cpu_arch_user_exc_tmp0(s0) 115 sr t1, _curr_cpu_arch_user_exc_tmp1(s0) 125 lr sp, _curr_cpu_arch_user_exc_sp(s0) 133 lr t0, ___cpu_t_current_OFFSET(s0) 142 lr t0, _curr_cpu_arch_user_exc_tmp0(s0) 143 lr t1, _curr_cpu_arch_user_exc_tmp1(s0) 146 csrrw s0, mscratch, s0 158 sr s0, __z_arch_esf_t_s0_OFFSET(sp) 159 get_current_cpu s0 [all …]
|
/Zephyr-Core-3.5.0/scripts/build/ |
D | check_init_priorities_test.py | 66 s0 = mock.Mock() 67 s0.name = "a" 68 s0.entry.st_info.type = "STT_OBJECT" 69 s0.entry.st_size = 4 70 s0.entry.st_value = 0xaa 71 s0.entry.st_shndx = 1 83 sts.iter_symbols.return_value = [s0, s1, s2] 99 s0 = mock.Mock() 100 s0.name = "__init_EARLY_start" 101 s0.entry.st_value = 0x00 [all …]
|
/Zephyr-Core-3.5.0/include/zephyr/arch/mips/ |
D | thread.h | 34 unsigned long s0; /* saved register */ member
|
/Zephyr-Core-3.5.0/subsys/stats/ |
D | Kconfig | 18 form "s0", "s1", etc. Enabling this setting simplifies debugging, 29 form "s0", "s1", etc. Enabling this setting simplifies debugging,
|
/Zephyr-Core-3.5.0/arch/mips/include/mips/ |
D | regdef.h | 42 #define s0 $16 macro
|
/Zephyr-Core-3.5.0/include/zephyr/arch/riscv/ |
D | exp.h | 78 unsigned long s0; /* callee-saved s0 */ member
|
D | thread.h | 33 unsigned long s0; /* saved register/frame pointer */ member
|
/Zephyr-Core-3.5.0/arch/riscv/core/offsets/ |
D | offsets.c | 31 GEN_OFFSET_SYM(_callee_saved_t, s0); 113 GEN_OFFSET_SYM(z_arch_esf_t, s0);
|
/Zephyr-Core-3.5.0/subsys/bluetooth/host/ |
D | aes_ccm.c | 103 uint8_t b[16], Xn[16], s0[16]; in ccm_auth() local 119 err = bt_encrypt_be(key, b, s0); in ccm_auth() 146 mic[i] = s0[i] ^ Xn[i]; in ccm_auth()
|
/Zephyr-Core-3.5.0/arch/arm/core/cortex_a_r/ |
D | exc.S | 62 vstmia r2!, {s0-s15} 149 vstmia r2!, {s0-s15}
|
D | exc_exit.S | 94 vldmia r3!, {s0-s15}
|
D | swap_helper.S | 88 vstmia r0!, {s0-s15}
|
/Zephyr-Core-3.5.0/arch/mips/core/offsets/ |
D | offsets.c | 16 GEN_OFFSET_SYM(_callee_saved_t, s0);
|
/Zephyr-Core-3.5.0/arch/mips/core/ |
D | isr.S | 23 op s0, THREAD_O(s0)(reg) ;\
|
/Zephyr-Core-3.5.0/subsys/logging/ |
D | log_mgmt.c | 65 union log_source_ids s0 = { .raw = id0 }; in source_id_cmp() local 68 return (s0.id.source_id == s1.id.source_id) && in source_id_cmp() 69 (s0.id.domain_id == s1.id.domain_id); in source_id_cmp()
|
/Zephyr-Core-3.5.0/doc/services/device_mgmt/ |
D | mcumgr.rst | 510 8 s0
|