Searched defs:regs (Results 1 – 13 of 13) sorted by relevance
/optee_os-3.20.0/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 172 static TEE_Result i2c_bus_test_bus_busy(struct i2c_regs *regs, bool test_busy) in i2c_bus_test_bus_busy() 205 static TEE_Result i2c_transfer_complete(struct i2c_regs *regs, bool test_rx_ack) in i2c_transfer_complete() 240 static TEE_Result i2c_read(struct i2c_regs *regs, unsigned int slave_address, in i2c_read() 297 static TEE_Result i2c_write(struct i2c_regs *regs, unsigned int slave_address, in i2c_write() 325 static TEE_Result i2c_stop(struct i2c_regs *regs) in i2c_stop() 350 static TEE_Result i2c_start(struct i2c_regs *regs) in i2c_start() 377 struct i2c_regs *regs = (struct i2c_regs *)base; in i2c_bus_xfer() local
|
/optee_os-3.20.0/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-3.20.0/core/include/kernel/ |
A D | abort.h | 25 struct thread_abort_regs *regs; member
|
A D | thread_private.h | 36 struct thread_ctx_regs regs; member
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | abort.c | 278 static void set_abort_info(uint32_t abort_type, struct thread_abort_regs *regs, in set_abort_info() 303 struct thread_abort_regs *regs, struct abort_info *ai) in set_abort_info() 539 void abort_handler(uint32_t abort_type, struct thread_abort_regs *regs) in abort_handler()
|
A D | thread.c | 282 static void copy_a0_to_a3(struct thread_ctx_regs *regs, uint32_t a0, in copy_a0_to_a3() 297 static void copy_a0_to_a3(struct thread_ctx_regs *regs, uint32_t a0, in copy_a0_to_a3() 356 static bool is_user_mode(struct thread_ctx_regs *regs) in is_user_mode() 943 static void set_ctx_regs(struct thread_ctx_regs *regs, unsigned long a0, in set_ctx_regs() 1004 struct thread_ctx_regs *regs = NULL; in thread_enter_user_mode() local 1059 static void setup_unwind_user_mode(struct thread_svc_regs *regs) in setup_unwind_user_mode() 1093 void __weak thread_svc_handler(struct thread_svc_regs *regs) in thread_svc_handler()
|
A D | stmm_sp.c | 610 static void service_compose_direct_resp(struct thread_svc_regs *regs, in service_compose_direct_resp() 744 static void stmm_handle_mem_mgr_service(struct thread_svc_regs *regs) in stmm_handle_mem_mgr_service() 785 static void stmm_handle_storage_service(struct thread_svc_regs *regs) in stmm_handle_storage_service() 821 static void spm_eret_error(int32_t error_code, struct thread_svc_regs *regs) in spm_eret_error() 833 static void spm_handle_direct_req(struct thread_svc_regs *regs) in spm_handle_direct_req() 848 static bool spm_handle_svc(struct thread_svc_regs *regs) in spm_handle_svc()
|
A D | secure_partition.c | 1042 static void sp_svc_store_registers(struct thread_svc_regs *regs, in sp_svc_store_registers() 1052 static bool sp_handle_svc(struct thread_svc_regs *regs) in sp_handle_svc()
|
/optee_os-3.20.0/core/drivers/crypto/caam/include/ |
A D | caam_pwr.h | 36 const struct reglist *regs; /* Register list */ member
|
/optee_os-3.20.0/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-3.20.0/ldelf/include/ |
A D | ldelf.h | 55 uint32_t regs[16]; member
|
/optee_os-3.20.0/core/arch/arm/include/kernel/ |
A D | stmm_sp.h | 137 struct thread_ctx_regs regs; member
|
/optee_os-3.20.0/core/mm/ |
A D | vm.c | 560 struct vm_region_head regs = TAILQ_HEAD_INITIALIZER(regs); in vm_remap() local
|
Completed in 21 milliseconds