Home
last modified time | relevance | path

Searched refs:ctxt (Results 101 - 125 of 389) sorted by relevance

12345678910>>...16

/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dtrace_tx.h37 TP_printk("[%s] ctxt %u(%u) extra %d",
60 TP_printk("[%s] ctxt %u(%u) on %d credit_ctrl 0x%llx",
170 TP_PROTO(struct hfi1_devdata *dd, u16 ctxt, u16 subctxt),
171 TP_ARGS(dd, ctxt, subctxt),
173 __field(u16, ctxt)
177 __entry->ctxt = ctxt;
182 __entry->ctxt,
188 TP_PROTO(struct hfi1_devdata *dd, u16 ctxt, u16 subctxt,
190 TP_ARGS(dd, ctxt, subctx
[all...]
/kernel/linux/linux-5.10/arch/x86/xen/
H A Dpmu.c30 #define field_offset(ctxt, field) ((void *)((uintptr_t)ctxt + \
31 (uintptr_t)ctxt->field))
193 struct xen_pmu_intel_ctxt *ctxt; in xen_intel_pmu_emulate() local
203 ctxt = &xenpmu_data->pmu.c.intel; in xen_intel_pmu_emulate()
207 reg = &ctxt->global_ovf_ctrl; in xen_intel_pmu_emulate()
210 reg = &ctxt->global_status; in xen_intel_pmu_emulate()
213 reg = &ctxt->global_ctrl; in xen_intel_pmu_emulate()
216 reg = &ctxt->fixed_ctrl; in xen_intel_pmu_emulate()
221 fix_counters = field_offset(ctxt, fixed_counter in xen_intel_pmu_emulate()
256 struct xen_pmu_amd_ctxt *ctxt; xen_amd_pmu_emulate() local
339 struct xen_pmu_amd_ctxt *ctxt; xen_amd_read_pmc() local
359 struct xen_pmu_intel_ctxt *ctxt; xen_intel_read_pmc() local
[all...]
/kernel/linux/linux-6.6/arch/x86/xen/
H A Dpmu.c30 #define field_offset(ctxt, field) ((void *)((uintptr_t)ctxt + \
31 (uintptr_t)ctxt->field))
202 struct xen_pmu_intel_ctxt *ctxt; in xen_intel_pmu_emulate() local
212 ctxt = &xenpmu_data->pmu.c.intel; in xen_intel_pmu_emulate()
216 reg = &ctxt->global_ovf_ctrl; in xen_intel_pmu_emulate()
219 reg = &ctxt->global_status; in xen_intel_pmu_emulate()
222 reg = &ctxt->global_ctrl; in xen_intel_pmu_emulate()
225 reg = &ctxt->fixed_ctrl; in xen_intel_pmu_emulate()
230 fix_counters = field_offset(ctxt, fixed_counter in xen_intel_pmu_emulate()
265 struct xen_pmu_amd_ctxt *ctxt; xen_amd_pmu_emulate() local
352 struct xen_pmu_amd_ctxt *ctxt; xen_amd_read_pmc() local
372 struct xen_pmu_intel_ctxt *ctxt; xen_intel_read_pmc() local
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/include/
H A Dnapi_queue.h64 #define ASSERT_VALUE(ctxt, condition, errCode, message) \
67 (ctxt)->status = errCode; \
68 (ctxt)->error = std::string(message); \
74 #define ASSERT_ARGS(ctxt, condition, message) \
75 ASSERT_VALUE(ctxt, condition, napi_invalid_arg, message)
77 #define ASSERT_STATUS(ctxt, message) \
79 if ((ctxt)->status != napi_ok) { \
80 (ctxt)->error = std::string(message); \
81 LOG_ERROR("test (ctxt->status == napi_ok) failed: " message); \
116 static napi_value AsyncWork(napi_env env, std::shared_ptr<ContextBase> ctxt, cons
[all...]
H A Djs_error_utils.h49 #define ASSERT_BUSINESS_ERR(ctxt, assertion, errorCode, message) \
52 (ctxt)->isThrowError = true; \
53 ThrowNapiError((ctxt)->env, errorCode, message); \
58 #define ASSERT_PERMISSION_ERR(ctxt, assertion, errorCode, message) \
61 (ctxt)->isThrowError = true; \
62 ThrowNapiError((ctxt)->env, errorCode, message); \
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/
H A Dffa.c94 static void ffa_set_retval(struct kvm_cpu_context *ctxt, in ffa_set_retval() argument
97 cpu_reg(ctxt, 0) = res->a0; in ffa_set_retval()
98 cpu_reg(ctxt, 1) = res->a1; in ffa_set_retval()
99 cpu_reg(ctxt, 2) = res->a2; in ffa_set_retval()
100 cpu_reg(ctxt, 3) = res->a3; in ffa_set_retval()
181 struct kvm_cpu_context *ctxt) in do_ffa_rxtx_map()
183 DECLARE_REG(phys_addr_t, tx, ctxt, 1); in do_ffa_rxtx_map()
184 DECLARE_REG(phys_addr_t, rx, ctxt, 2); in do_ffa_rxtx_map()
185 DECLARE_REG(u32, npages, ctxt, 3); in do_ffa_rxtx_map()
260 struct kvm_cpu_context *ctxt) in do_ffa_rxtx_unmap()
180 do_ffa_rxtx_map(struct arm_smccc_res *res, struct kvm_cpu_context *ctxt) do_ffa_rxtx_map() argument
259 do_ffa_rxtx_unmap(struct arm_smccc_res *res, struct kvm_cpu_context *ctxt) do_ffa_rxtx_unmap() argument
360 do_ffa_mem_frag_tx(struct arm_smccc_res *res, struct kvm_cpu_context *ctxt) do_ffa_mem_frag_tx() argument
418 do_ffa_mem_xfer(const u64 func_id, struct arm_smccc_res *res, struct kvm_cpu_context *ctxt) do_ffa_mem_xfer() argument
501 do_ffa_mem_reclaim(struct arm_smccc_res *res, struct kvm_cpu_context *ctxt) do_ffa_mem_reclaim() argument
608 do_ffa_features(struct arm_smccc_res *res, struct kvm_cpu_context *ctxt) do_ffa_features() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_lib.c264 struct ice_vsi_ctx *ctxt; in ice_vsi_delete() local
267 ctxt = kzalloc(sizeof(*ctxt), GFP_KERNEL); in ice_vsi_delete()
268 if (!ctxt) in ice_vsi_delete()
272 ctxt->vf_num = vsi->vf_id; in ice_vsi_delete()
273 ctxt->vsi_num = vsi->vsi_num; in ice_vsi_delete()
275 memcpy(&ctxt->info, &vsi->info, sizeof(ctxt->info)); in ice_vsi_delete()
277 status = ice_free_vsi(&pf->hw, vsi->idx, ctxt, false, NULL); in ice_vsi_delete()
282 kfree(ctxt); in ice_vsi_delete()
698 ice_set_dflt_vsi_ctx(struct ice_vsi_ctx *ctxt) ice_set_dflt_vsi_ctx() argument
737 ice_vsi_setup_q_map(struct ice_vsi *vsi, struct ice_vsi_ctx *ctxt) ice_vsi_setup_q_map() argument
861 ice_set_fd_vsi_ctx(struct ice_vsi_ctx *ctxt, struct ice_vsi *vsi) ice_set_fd_vsi_ctx() argument
906 ice_set_rss_vsi_ctx(struct ice_vsi_ctx *ctxt, struct ice_vsi *vsi) ice_set_rss_vsi_ctx() argument
949 struct ice_vsi_ctx *ctxt; ice_vsi_init() local
1848 struct ice_vsi_ctx *ctxt; ice_vsi_manage_vlan_insertion() local
1891 struct ice_vsi_ctx *ctxt; ice_vsi_manage_vlan_stripping() local
2039 struct ice_vsi_ctx *ctxt; ice_cfg_vlan_pruning() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/
H A Djs_error_utils.h48 #define ASSERT_BUSINESS_ERR(ctxt, assertion, errorCode, message) \
51 (ctxt)->isThrowError = true; \
52 ThrowNapiError((ctxt)->env, errorCode, message); \
57 #define ASSERT_PERMISSION_ERR(ctxt, assertion, errorCode, message) \
60 (ctxt)->isThrowError = true; \
61 ThrowNapiError((ctxt)->env, errorCode, message, false); \
H A Dnapi_queue.h60 #define ASSERT_ARGS(ctxt, condition, message) \
63 (ctxt)->status = napi_invalid_arg; \
64 (ctxt)->error = std::string(message); \
70 #define ASSERT_STATUS(ctxt, message) \
72 if ((ctxt)->status != napi_ok) { \
73 (ctxt)->error = std::string(message); \
74 ZLOGE("test (ctxt->status == napi_ok) failed: " message); \
109 static napi_value AsyncWork(napi_env env, std::shared_ptr<ContextBase> ctxt, const std::string& name,
/foundation/distributeddatamgr/udmf/interfaces/jskits/common/
H A Dnapi_error_utils.h67 #define ASSERT_BUSINESS_ERR(ctxt, assertion, errorcode, message) \
70 (ctxt)->isThrowError = true; \
71 ThrowNapiError((ctxt)->env, errorcode, message); \
76 #define ASSERT_BUSINESS_ERR_VOID(ctxt, assertion, errorCode, message) \
79 (ctxt)->isThrowError = true; \
80 ThrowNapiError((ctxt)->env, errorCode, message, false); \
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.cpp443 auto ctxt = std::make_shared<HandleContext>(); in HandleSoftKeyboard() local
444 auto input = [ctxt](napi_env env, size_t argc, napi_value *argv, napi_value self) -> napi_status { in HandleSoftKeyboard()
447 auto output = [ctxt, isOutput](napi_env env, napi_value *result) -> napi_status { in HandleSoftKeyboard()
451 napi_status status = napi_get_boolean(env, ctxt->isHandle, result); in HandleSoftKeyboard()
455 auto exec = [ctxt, callback, needThrowException](AsyncCall::Context *ctx) { in HandleSoftKeyboard()
459 ctxt->status = napi_ok; in HandleSoftKeyboard()
460 ctxt->isHandle = true; in HandleSoftKeyboard()
461 ctxt->SetState(ctxt->status); in HandleSoftKeyboard()
465 ctxt in HandleSoftKeyboard()
537 auto ctxt = std::make_shared<AttachContext>(); Attach() local
[all...]
/applications/standard/calendardata/calendarmanager/napi/include/
H A Dnapi_queue.h57 #define CHECK_ARGS_RETURN_VOID(ctxt, condition, message) \
60 (ctxt)->status = napi_invalid_arg; \
61 (ctxt)->error = std::string(message); \
67 #define CHECK_STATUS_RETURN_VOID(ctxt, message) \
69 if ((ctxt)->status != napi_ok) { \
70 (ctxt)->error = std::string(message); \
71 LOG_ERROR("test (ctxt->status %{public}d) failed: " message, (ctxt)->status); \
95 static napi_value AsyncWork(napi_env env, std::shared_ptr<ContextBase> ctxt,
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/include/common/
H A Dnapi_queue.h69 #define INVALID_ARGS_RETURN_ERROR(ctxt, condition, message, err) \
72 (ctxt)->status = napi_invalid_arg; \
73 (ctxt)->error = err; \
79 #define INVALID_STATUS_RETURN_ERROR(ctxt, error) \
81 if ((ctxt)->status != napi_ok) { \
82 (ctxt)->message = error; \
83 LOG_ERROR("test (ctxt->status == napi_ok) failed: " error); \
90 static napi_value AsyncWork(napi_env env, std::shared_ptr<ContextBase> ctxt, const std::string &name,
101 static void GenerateOutput(ContextBase *ctxt);
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h272 &vcpu->arch.ctxt.fp_regs.fpsr); in __hyp_sve_restore_guest()
332 __fpsimd_restore_state(&vcpu->arch.ctxt.fp_regs); in kvm_hyp_handle_fpsimd()
417 #define __ptrauth_save_key(ctxt, key) \
421 ctxt_sys_reg(ctxt, key ## KEYLO_EL1) = __val; \
423 ctxt_sys_reg(ctxt, key ## KEYHI_EL1) = __val; \
430 struct kvm_cpu_context *ctxt; in kvm_hyp_handle_ptrauth() local
436 ctxt = this_cpu_ptr(&kvm_hyp_ctxt); in kvm_hyp_handle_ptrauth()
437 __ptrauth_save_key(ctxt, APIA); in kvm_hyp_handle_ptrauth()
438 __ptrauth_save_key(ctxt, APIB); in kvm_hyp_handle_ptrauth()
439 __ptrauth_save_key(ctxt, APD in kvm_hyp_handle_ptrauth()
454 struct arch_timer_context *ctxt; kvm_hyp_handle_cntpct() local
[all...]
/kernel/linux/linux-5.10/arch/arm64/kvm/
H A Dregmap.c103 unsigned long *reg_array = (unsigned long *)&vcpu->arch.ctxt.regs; in vcpu_reg32()
155 return vcpu->arch.ctxt.spsr_abt; in vcpu_read_spsr32()
157 return vcpu->arch.ctxt.spsr_und; in vcpu_read_spsr32()
159 return vcpu->arch.ctxt.spsr_irq; in vcpu_read_spsr32()
161 return vcpu->arch.ctxt.spsr_fiq; in vcpu_read_spsr32()
191 vcpu->arch.ctxt.spsr_abt = v; in vcpu_write_spsr32()
194 vcpu->arch.ctxt.spsr_und = v; in vcpu_write_spsr32()
197 vcpu->arch.ctxt.spsr_irq = v; in vcpu_write_spsr32()
200 vcpu->arch.ctxt.spsr_fiq = v; in vcpu_write_spsr32()
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/include/adaptor/
H A Djs_common.h56 ctxt->SetError(apiError); \
57 ctxt->status = napi_generic_failure; \
66 ctxt->SetError(innerError); \
67 ctxt->status = napi_generic_failure; \
68 ctxt->message = msg; \
/third_party/curl/lib/vauth/
H A Dcram.c65 struct HMAC_context *ctxt; in Curl_auth_create_cram_md5_message() local
70 ctxt = Curl_HMAC_init(Curl_HMAC_MD5, in Curl_auth_create_cram_md5_message()
73 if(!ctxt) in Curl_auth_create_cram_md5_message()
78 Curl_HMAC_update(ctxt, Curl_bufref_ptr(chlg), in Curl_auth_create_cram_md5_message()
82 Curl_HMAC_final(ctxt, digest); in Curl_auth_create_cram_md5_message()
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h268 &vcpu->arch.ctxt.fp_regs.fpsr, in __hyp_handle_fpsimd()
272 __fpsimd_restore_state(&vcpu->arch.ctxt.fp_regs); in __hyp_handle_fpsimd()
366 #define __ptrauth_save_key(ctxt, key) \
370 ctxt_sys_reg(ctxt, key ## KEYLO_EL1) = __val; \
372 ctxt_sys_reg(ctxt, key ## KEYHI_EL1) = __val; \
379 struct kvm_cpu_context *ctxt; in __hyp_handle_ptrauth() local
386 ctxt = this_cpu_ptr(&kvm_hyp_ctxt); in __hyp_handle_ptrauth()
387 __ptrauth_save_key(ctxt, APIA); in __hyp_handle_ptrauth()
388 __ptrauth_save_key(ctxt, APIB); in __hyp_handle_ptrauth()
389 __ptrauth_save_key(ctxt, APD in __hyp_handle_ptrauth()
[all...]
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/include/nvhe/
H A Dtrap_handler.h14 #define cpu_reg(ctxt, r) (ctxt)->regs.regs[r]
15 #define DECLARE_REG(type, name, ctxt, reg) \
16 type name = (type)cpu_reg(ctxt, (reg))
/third_party/libabigail/src/
H A Dabg-leaf-reporter.cc484 const diff_context_sptr& ctxt = d.context(); in report() local
487 if (ctxt->get_allowed_category() & TYPE_DECL_ONLY_DEF_CHANGE_CATEGORY) in report()
511 d.get_priv()->count_filtered_deleted_mem_fns(ctxt); in report()
520 if (!(ctxt->get_allowed_category() in report()
527 represent(*ctxt, mem_fun, out); in report()
532 num_filtered = d.get_priv()->count_filtered_inserted_mem_fns(ctxt); in report()
541 if (!(ctxt->get_allowed_category() in report()
548 represent(*ctxt, mem_fun, out); in report()
560 if (!(ctxt->get_allowed_category() in report()
602 represent_data_member(data_mem, ctxt, ou in report()
689 const diff_context_sptr& ctxt = d.context(); report() local
781 diff_context_sptr ctxt = d.context(); report() local
1001 const diff_context_sptr& ctxt = d.context(); report() local
[all...]
H A Dabg-comparison.cc1849 /// @param ctxt the context of the diff. Note that this context
1854 diff_context_sptr ctxt) in diff()
1856 ctxt, NO_CHANGE_CATEGORY, in diff()
2455 diff_context_sptr ctxt) in type_diff_base()
2456 : diff(first_subject, second_subject, ctxt), in type_diff_base()
2472 /// @param ctxt the context of the diff. This object must stay alive
2477 diff_context_sptr ctxt) in decl_diff_base()
2478 : diff(first_subject, second_subject, ctxt), in decl_diff_base()
2535 /// @param ctxt the context of the diff. Note that this context
2541 diff_context_sptr ctxt) in distinct_diff()
1852 diff(type_or_decl_base_sptr first_subject, type_or_decl_base_sptr second_subject, diff_context_sptr ctxt) diff() argument
2453 type_diff_base(type_base_sptr first_subject, type_base_sptr second_subject, diff_context_sptr ctxt) type_diff_base() argument
2475 decl_diff_base(decl_base_sptr first_subject, decl_base_sptr second_subject, diff_context_sptr ctxt) decl_diff_base() argument
2539 distinct_diff(type_or_decl_base_sptr first, type_or_decl_base_sptr second, diff_context_sptr ctxt) distinct_diff() argument
2656 compute_diff_for_distinct_kinds(const type_or_decl_base_sptr first, const type_or_decl_base_sptr second, diff_context_sptr ctxt) compute_diff_for_distinct_kinds() argument
2692 try_to_diff(const type_or_decl_base_sptr first, const type_or_decl_base_sptr second, diff_context_sptr ctxt) try_to_diff() argument
2721 try_to_diff(const type_or_decl_base_sptr first, const type_or_decl_base_sptr second, diff_context_sptr ctxt) try_to_diff() argument
2762 try_to_diff_distinct_kinds(const type_or_decl_base_sptr first, const type_or_decl_base_sptr second, diff_context_sptr ctxt) try_to_diff_distinct_kinds() argument
2785 compute_diff_for_types(const type_or_decl_base_sptr& first, const type_or_decl_base_sptr& second, const diff_context_sptr& ctxt) compute_diff_for_types() argument
3098 compute_diff_for_decls(const decl_base_sptr first, const decl_base_sptr second, diff_context_sptr ctxt) compute_diff_for_decls() argument
3129 compute_diff(const decl_base_sptr first, const decl_base_sptr second, diff_context_sptr ctxt) compute_diff() argument
3159 compute_diff(const type_base_sptr first, const type_base_sptr second, diff_context_sptr ctxt) compute_diff() argument
3225 var_diff(var_decl_sptr first, var_decl_sptr second, diff_sptr type_diff, diff_context_sptr ctxt) var_diff() argument
3311 compute_diff(const var_decl_sptr first, const var_decl_sptr second, diff_context_sptr ctxt) compute_diff() argument
3341 pointer_diff(pointer_type_def_sptr first, pointer_type_def_sptr second, diff_sptr underlying, diff_context_sptr ctxt) pointer_diff() argument
3442 compute_diff(pointer_type_def_sptr first, pointer_type_def_sptr second, diff_context_sptr ctxt) compute_diff() argument
3478 array_diff(const array_type_def_sptr first, const array_type_def_sptr second, diff_sptr element_type_diff, diff_context_sptr ctxt) array_diff() argument
3595 compute_diff(array_type_def_sptr first, array_type_def_sptr second, diff_context_sptr ctxt) compute_diff() argument
3626 reference_diff(const reference_type_def_sptr first, const reference_type_def_sptr second, diff_sptr underlying, diff_context_sptr ctxt) reference_diff() argument
3727 compute_diff(reference_type_def_sptr first, reference_type_def_sptr second, diff_context_sptr ctxt) compute_diff() argument
3758 qualified_type_diff(qualified_type_def_sptr first, qualified_type_def_sptr second, diff_sptr under, diff_context_sptr ctxt) qualified_type_diff() argument
3874 compute_diff(const qualified_type_def_sptr first, const qualified_type_def_sptr second, diff_context_sptr ctxt) compute_diff() argument
3988 enum_diff(const enum_type_decl_sptr first, const enum_type_decl_sptr second, const diff_sptr underlying_type_diff, const diff_context_sptr ctxt) enum_diff() argument
4089 compute_diff(const enum_type_decl_sptr first, const enum_type_decl_sptr second, diff_context_sptr ctxt) compute_diff() argument
4314 count_filtered_changed_mem_fns(const diff_context_sptr& ctxt) count_filtered_changed_mem_fns() argument
4353 count_filtered_inserted_mem_fns(const diff_context_sptr& ctxt) count_filtered_inserted_mem_fns() argument
4386 count_filtered_deleted_mem_fns(const diff_context_sptr& ctxt) count_filtered_deleted_mem_fns() argument
4838 class_or_union_diff(class_or_union_sptr first_scope, class_or_union_sptr second_scope, diff_context_sptr ctxt) class_or_union_diff() argument
5503 class_diff(class_decl_sptr first_scope, class_decl_sptr second_scope, diff_context_sptr ctxt) class_diff() argument
5662 compute_diff(const class_decl_sptr first, const class_decl_sptr second, diff_context_sptr ctxt) compute_diff() argument
5782 base_diff(class_decl::base_spec_sptr first, class_decl::base_spec_sptr second, class_diff_sptr underlying, diff_context_sptr ctxt) base_diff() argument
5884 compute_diff(const class_decl::base_spec_sptr first, const class_decl::base_spec_sptr second, diff_context_sptr ctxt) compute_diff() argument
5939 union_diff(union_decl_sptr first_union, union_decl_sptr second_union, diff_context_sptr ctxt) union_diff() argument
5999 compute_diff(const union_decl_sptr first, const union_decl_sptr second, diff_context_sptr ctxt) compute_diff() argument
6274 scope_diff(scope_decl_sptr first_scope, scope_decl_sptr second_scope, diff_context_sptr ctxt) scope_diff() argument
6497 compute_diff(const scope_decl_sptr first, const scope_decl_sptr second, scope_diff_sptr d, diff_context_sptr ctxt) compute_diff() argument
6530 compute_diff(const scope_decl_sptr first_scope, const scope_decl_sptr second_scope, diff_context_sptr ctxt) compute_diff() argument
6554 fn_parm_diff(const function_decl::parameter_sptr first, const function_decl::parameter_sptr second, diff_context_sptr ctxt) fn_parm_diff() argument
6673 compute_diff(const function_decl::parameter_sptr first, const function_decl::parameter_sptr second, diff_context_sptr ctxt) compute_diff() argument
6819 function_type_diff(const function_type_sptr first, const function_type_sptr second, diff_context_sptr ctxt) function_type_diff() argument
6966 compute_diff(const function_type_sptr first, const function_type_sptr second, diff_context_sptr ctxt) compute_diff() argument
7022 function_decl_diff(const function_decl_sptr first, const function_decl_sptr second, diff_context_sptr ctxt) function_decl_diff() argument
7106 compute_diff(const function_decl_sptr first, const function_decl_sptr second, diff_context_sptr ctxt) compute_diff() argument
7145 type_decl_diff(const type_decl_sptr first, const type_decl_sptr second, diff_context_sptr ctxt) type_decl_diff() argument
7234 compute_diff(const type_decl_sptr first, const type_decl_sptr second, diff_context_sptr ctxt) compute_diff() argument
7279 typedef_diff(const typedef_decl_sptr first, const typedef_decl_sptr second, const diff_sptr underlying, diff_context_sptr ctxt) typedef_diff() argument
7384 compute_diff(const typedef_decl_sptr first, const typedef_decl_sptr second, diff_context_sptr ctxt) compute_diff() argument
7441 translation_unit_diff(translation_unit_sptr first, translation_unit_sptr second, diff_context_sptr ctxt) translation_unit_diff() argument
7500 compute_diff(const translation_unit_sptr first, const translation_unit_sptr second, diff_context_sptr ctxt) compute_diff() argument
7817 diff_stats(diff_context_sptr ctxt) diff_stats() argument
9194 function_is_suppressed(const function_decl* fn, const suppression_sptr suppr, function_suppression::change_kind k, const diff_context_sptr ctxt) function_is_suppressed() argument
9221 variable_is_suppressed(const var_decl* var, const suppression_sptr suppr, variable_suppression::change_kind k, const diff_context_sptr ctxt) variable_is_suppressed() argument
9238 diff_context_sptr ctxt = get_context(); apply_supprs_to_added_removed_fns_vars_unreachable_types() local
9744 diff_context_sptr ctxt = get_context(); apply_filters_and_compute_diff_stats() local
9919 diff_context_sptr ctxt = get_context(); emit_diff_stats() local
10156 diff_context_sptr ctxt = get_context(); categorize_redundant_changed_sub_nodes() local
10217 diff_context_sptr ctxt = get_context(); maybe_dump_diff_tree() local
10289 corpus_diff(corpus_sptr first, corpus_sptr second, diff_context_sptr ctxt) corpus_diff() argument
10777 diff_context_sptr ctxt = d->context(); visit_begin() local
10874 const diff_context_sptr &ctxt = context(); traverse() local
10896 const diff_context_sptr &ctxt = context(); traverse() local
10922 const diff_context_sptr &ctxt = context(); traverse() local
10951 compute_diff(const corpus_sptr f, const corpus_sptr s, diff_context_sptr ctxt) compute_diff() argument
11039 compute_diff(const corpus_group_sptr& f, const corpus_group_sptr& s, diff_context_sptr ctxt) compute_diff() argument
[all...]
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/
H A Dsvc_rdma_backchannel.c77 struct svc_rdma_send_ctxt *ctxt) in svc_rdma_bc_sendto()
81 ret = svc_rdma_map_reply_msg(rdma, ctxt, NULL, &rqst->rq_snd_buf); in svc_rdma_bc_sendto()
89 ctxt->sc_send_wr.opcode = IB_WR_SEND; in svc_rdma_bc_sendto()
90 return svc_rdma_send(rdma, ctxt); in svc_rdma_bc_sendto()
137 struct svc_rdma_send_ctxt *ctxt; in rpcrdma_bc_send_request() local
141 ctxt = svc_rdma_send_ctxt_get(rdma); in rpcrdma_bc_send_request()
142 if (!ctxt) in rpcrdma_bc_send_request()
145 p = xdr_reserve_space(&ctxt->sc_stream, RPCRDMA_HDRLEN_MIN); in rpcrdma_bc_send_request()
157 rc = svc_rdma_bc_sendto(rdma, rqst, ctxt); in rpcrdma_bc_send_request()
163 svc_rdma_send_ctxt_put(rdma, ctxt); in rpcrdma_bc_send_request()
75 svc_rdma_bc_sendto(struct svcxprt_rdma *rdma, struct rpc_rqst *rqst, struct svc_rdma_send_ctxt *ctxt) svc_rdma_bc_sendto() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/
H A Dnapi_queue.h58 #define CHECK_ARGS_RETURN_VOID(ctxt, condition, message) \
61 (ctxt)->status = napi_invalid_arg; \
62 (ctxt)->error = std::string(message); \
68 #define CHECK_STATUS_RETURN_VOID(ctxt, message) \
70 if ((ctxt)->status != napi_ok) { \
71 (ctxt)->error = std::string(message); \
72 ZLOGE("test (ctxt->status == napi_ok) failed: " message); \
105 static napi_value AsyncWork(napi_env env, std::shared_ptr<ContextBase> ctxt, const std::string& name,
/third_party/libabigail/include/
H A Dabg-comparison.h887 diff_context_sptr ctxt);
951 diff_context_sptr ctxt);
1099 diff_context_sptr ctxt);
1104 diff_context_sptr ctxt);
1117 diff_context_sptr ctxt);
1136 diff_context_sptr ctxt);
1164 diff_context_sptr ctxt = diff_context_sptr());
1199 diff_context_sptr ctxt);
1205 diff_context_sptr ctxt);
1217 diff_context_sptr ctxt
[all...]
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H A Dsev.c76 static enum es_result vc_decode_insn(struct es_em_ctxt *ctxt) in vc_decode_insn() argument
81 memcpy(buffer, (unsigned char *)ctxt->regs->ip, MAX_INSN_SIZE); in vc_decode_insn()
83 ret = insn_decode(&ctxt->insn, buffer, MAX_INSN_SIZE, INSN_MODE_64); in vc_decode_insn()
90 static enum es_result vc_write_mem(struct es_em_ctxt *ctxt, in vc_write_mem() argument
98 static enum es_result vc_read_mem(struct es_em_ctxt *ctxt, in vc_read_mem() argument
106 static enum es_result vc_ioio_check(struct es_em_ctxt *ctxt, u16 port, size_t size) in vc_ioio_check() argument
296 struct es_em_ctxt ctxt; in do_boot_stage2_vc() local
303 result = vc_init_em_ctxt(&ctxt, regs, exit_code); in do_boot_stage2_vc()
310 result = vc_handle_rdtsc(boot_ghcb, &ctxt, exit_code); in do_boot_stage2_vc()
313 result = vc_handle_ioio(boot_ghcb, &ctxt); in do_boot_stage2_vc()
[all...]

Completed in 22 milliseconds

12345678910>>...16