Searched defs:regs (Results 1 – 13 of 13) sorted by relevance
/optee_os/core/drivers/ |
A D | ls_i2c.c | 83 struct i2c_regs *regs = (struct i2c_regs *)base; in i2c_reset() local 99 struct i2c_regs *regs = (struct i2c_regs *)base; in i2c_get_ibfd() local 121 struct i2c_regs *regs = NULL; in i2c_init() local 171 static TEE_Result i2c_bus_test_bus_busy(struct i2c_regs *regs, bool test_busy) in i2c_bus_test_bus_busy() 204 static TEE_Result i2c_transfer_complete(struct i2c_regs *regs, bool test_rx_ack) in i2c_transfer_complete() 239 static TEE_Result i2c_read(struct i2c_regs *regs, unsigned int slave_address, in i2c_read() 296 static TEE_Result i2c_write(struct i2c_regs *regs, unsigned int slave_address, in i2c_write() 324 static TEE_Result i2c_stop(struct i2c_regs *regs) in i2c_stop() 349 static TEE_Result i2c_start(struct i2c_regs *regs) in i2c_start() 376 struct i2c_regs *regs = (struct i2c_regs *)base; in i2c_bus_xfer() local
|
/optee_os/core/arch/arm/tee/ |
A D | arch_svc.c | 197 static void get_scn_max_args(struct thread_svc_regs *regs, size_t *scn, in get_scn_max_args() 206 static void get_scn_max_args(struct thread_svc_regs *regs, size_t *scn, in get_scn_max_args() 221 static void set_svc_retval(struct thread_svc_regs *regs, uint32_t ret_val) in set_svc_retval() 228 static void set_svc_retval(struct thread_svc_regs *regs, uint64_t ret_val) in set_svc_retval() 249 bool user_ta_handle_svc(struct thread_svc_regs *regs) in user_ta_handle_svc() 295 bool ldelf_handle_svc(struct thread_svc_regs *regs) in ldelf_handle_svc() 355 static void save_panic_stack(struct thread_svc_regs *regs) in save_panic_stack() 424 static void save_panic_stack(struct thread_svc_regs *regs) in save_panic_stack() 464 struct thread_svc_regs *regs) in tee_svc_sys_return_helper()
|
/optee_os/core/arch/arm/include/kernel/ |
A D | abort.h | 25 struct thread_abort_regs *regs; member
|
A D | stmm_sp.h | 137 struct thread_ctx_regs regs; member
|
/optee_os/core/arch/arm/kernel/ |
A D | abort.c | 277 static void set_abort_info(uint32_t abort_type, struct thread_abort_regs *regs, in set_abort_info() 302 struct thread_abort_regs *regs, struct abort_info *ai) in set_abort_info() 520 void abort_handler(uint32_t abort_type, struct thread_abort_regs *regs) in abort_handler()
|
A D | stmm_sp.c | 600 static void service_compose_direct_resp(struct thread_svc_regs *regs, in service_compose_direct_resp() 734 static void stmm_handle_mem_mgr_service(struct thread_svc_regs *regs) in stmm_handle_mem_mgr_service() 775 static void stmm_handle_storage_service(struct thread_svc_regs *regs) in stmm_handle_storage_service() 811 static void spm_eret_error(int32_t error_code, struct thread_svc_regs *regs) in spm_eret_error() 823 static void spm_handle_direct_req(struct thread_svc_regs *regs) in spm_handle_direct_req() 838 static bool spm_handle_svc(struct thread_svc_regs *regs) in spm_handle_svc()
|
A D | secure_partition.c | 445 static void sp_svc_store_registers(struct thread_svc_regs *regs, in sp_svc_store_registers() 455 static bool sp_handle_svc(struct thread_svc_regs *regs) in sp_handle_svc()
|
A D | thread.c | 593 static void copy_a0_to_a3(struct thread_ctx_regs *regs, uint32_t a0, in copy_a0_to_a3() 608 static void copy_a0_to_a3(struct thread_ctx_regs *regs, uint32_t a0, in copy_a0_to_a3() 667 static bool is_user_mode(struct thread_ctx_regs *regs) in is_user_mode() 1435 static void set_ctx_regs(struct thread_ctx_regs *regs, unsigned long a0, in set_ctx_regs() 1477 struct thread_ctx_regs *regs = NULL; in thread_enter_user_mode() local 1529 static void setup_unwind_user_mode(struct thread_svc_regs *regs) in setup_unwind_user_mode() 1563 void __weak thread_svc_handler(struct thread_svc_regs *regs) in thread_svc_handler()
|
A D | thread_private.h | 57 struct thread_ctx_regs regs; member
|
/optee_os/core/drivers/crypto/caam/include/ |
A D | caam_pwr.h | 36 const struct reglist *regs; /* Register list */ member
|
/optee_os/core/drivers/crypto/caam/ |
A D | caam_pwr.c | 19 void caam_pwr_add_backup(vaddr_t baseaddr, const struct reglist *regs, in caam_pwr_add_backup()
|
/optee_os/ldelf/include/ |
A D | ldelf.h | 55 uint32_t regs[16]; member
|
/optee_os/core/mm/ |
A D | vm.c | 523 struct vm_region_head regs = TAILQ_HEAD_INITIALIZER(regs); in vm_remap() local
|
Completed in 25 milliseconds