Home
last modified time | relevance | path

Searched refs:dest_r (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/printk/
H A Dprintk.c1113 struct printk_record dest_r; in add_to_rb() local
1115 prb_rec_init_wr(&dest_r, r->info->text_len); in add_to_rb()
1117 if (!prb_reserve(&e, rb, &dest_r)) in add_to_rb()
1120 memcpy(&dest_r.text_buf[0], &r->text_buf[0], r->info->text_len); in add_to_rb()
1121 dest_r.info->text_len = r->info->text_len; in add_to_rb()
1122 dest_r.info->facility = r->info->facility; in add_to_rb()
1123 dest_r.info->level = r->info->level; in add_to_rb()
1124 dest_r.info->flags = r->info->flags; in add_to_rb()
1125 dest_r.info->ts_nsec = r->info->ts_nsec; in add_to_rb()
1126 dest_r.info->caller_id = r->info->caller_id; in add_to_rb()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/crypt/
H A Darith_taf.c404 TEE_BigInt *dest_r = lookup_handle(HT_BIGINT, params[1].value.b); in ta_entry_arith_div() local
406 if (!op1 || !op2 || !dest_q || !dest_r) in ta_entry_arith_div()
409 TEE_BigIntDiv(dest_q, dest_r, op1, op2); in ta_entry_arith_div()
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/
H A Dtee_api.h436 void TEE_BigIntDiv(TEE_BigInt *dest_q, TEE_BigInt *dest_r,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dtee_api.h404 void TEE_BigIntDiv(TEE_BigInt *dest_q, TEE_BigInt *dest_r,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dtee_api.h404 void TEE_BigIntDiv(TEE_BigInt *dest_q, TEE_BigInt *dest_r,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dtee_api.h404 void TEE_BigIntDiv(TEE_BigInt *dest_q, TEE_BigInt *dest_r,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dtee_api.h404 void TEE_BigIntDiv(TEE_BigInt *dest_q, TEE_BigInt *dest_r,
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/
H A Dtee_api.h436 void TEE_BigIntDiv(TEE_BigInt *dest_q, TEE_BigInt *dest_r,