Home
last modified time | relevance | path

Searched refs:context (Results 1 – 25 of 3502) sorted by relevance

12345678910>>...141

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dtree-pass.h68 class context; variable
99 opt_pass (const pass_data&, gcc::context *);
112 gcc::context *m_ctxt;
119 gimple_opt_pass (const pass_data& data, gcc::context *ctxt) in gimple_opt_pass()
129 rtl_opt_pass (const pass_data& data, gcc::context *ctxt) in rtl_opt_pass()
171 ipa_opt_pass_d (const pass_data& data, gcc::context *ctxt, in ipa_opt_pass_d()
200 simple_ipa_opt_pass (const pass_data& data, gcc::context *ctxt) in simple_ipa_opt_pass()
342 extern gimple_opt_pass *make_pass_asan (gcc::context *ctxt);
343 extern gimple_opt_pass *make_pass_asan_O0 (gcc::context *ctxt);
344 extern gimple_opt_pass *make_pass_tsan (gcc::context *ctxt);
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dtree-pass.h68 class context; variable
99 opt_pass (const pass_data&, gcc::context *);
112 gcc::context *m_ctxt;
119 gimple_opt_pass (const pass_data& data, gcc::context *ctxt) in gimple_opt_pass()
129 rtl_opt_pass (const pass_data& data, gcc::context *ctxt) in rtl_opt_pass()
171 ipa_opt_pass_d (const pass_data& data, gcc::context *ctxt, in ipa_opt_pass_d()
200 simple_ipa_opt_pass (const pass_data& data, gcc::context *ctxt) in simple_ipa_opt_pass()
342 extern gimple_opt_pass *make_pass_asan (gcc::context *ctxt);
343 extern gimple_opt_pass *make_pass_asan_O0 (gcc::context *ctxt);
344 extern gimple_opt_pass *make_pass_tsan (gcc::context *ctxt);
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/common/
H A Dsha1.c57 Mrvl_SHA1Init(Mrvl_SHA1_CTX *context) in Mrvl_SHA1Init() argument
59 if (!context) { in Mrvl_SHA1Init()
63 context->Length_Low = 0; in Mrvl_SHA1Init()
64 context->Length_High = 0; in Mrvl_SHA1Init()
65 context->Message_Block_Index = 0; in Mrvl_SHA1Init()
67 context->Intermediate_Hash[0] = 0x67452301; in Mrvl_SHA1Init()
68 context->Intermediate_Hash[1] = 0xEFCDAB89; in Mrvl_SHA1Init()
69 context->Intermediate_Hash[2] = 0x98BADCFE; in Mrvl_SHA1Init()
70 context->Intermediate_Hash[3] = 0x10325476; in Mrvl_SHA1Init()
71 context->Intermediate_Hash[4] = 0xC3D2E1F0; in Mrvl_SHA1Init()
[all …]
/OK3568_Linux_fs/kernel/drivers/misc/vmw_vmci/
H A Dvmci_context.c44 static void ctx_signal_notify(struct vmci_ctx *context) in ctx_signal_notify() argument
46 *context->notify = true; in ctx_signal_notify()
49 static void ctx_clear_notify(struct vmci_ctx *context) in ctx_clear_notify() argument
51 *context->notify = false; in ctx_clear_notify()
58 static void ctx_clear_notify_call(struct vmci_ctx *context) in ctx_clear_notify_call() argument
60 if (context->pending_datagrams == 0 && in ctx_clear_notify_call()
61 vmci_handle_arr_get_size(context->pending_doorbell_array) == 0) in ctx_clear_notify_call()
62 ctx_clear_notify(context); in ctx_clear_notify_call()
69 void vmci_ctx_check_signal_notify(struct vmci_ctx *context) in vmci_ctx_check_signal_notify() argument
71 spin_lock(&context->lock); in vmci_ctx_check_signal_notify()
[all …]
H A Dvmci_route.c42 if (VMCI_INVALID_ID == dst->context) in vmci_route()
46 if (VMCI_HYPERVISOR_CONTEXT_ID == dst->context) { in vmci_route()
64 if (VMCI_HOST_CONTEXT_ID == src->context) in vmci_route()
75 if (VMCI_INVALID_ID == src->context && in vmci_route()
77 src->context = vmci_get_context_id(); in vmci_route()
85 if (VMCI_HOST_CONTEXT_ID == dst->context) { in vmci_route()
94 if (src->context == VMCI_HYPERVISOR_CONTEXT_ID) { in vmci_route()
113 if (VMCI_INVALID_ID == src->context) in vmci_route()
114 src->context = vmci_get_context_id(); in vmci_route()
130 if (VMCI_INVALID_ID == src->context) { in vmci_route()
[all …]
/OK3568_Linux_fs/kernel/kernel/
H A Dauditsc.c876 static inline void audit_proctitle_free(struct audit_context *context) in audit_proctitle_free() argument
878 kfree(context->proctitle.value); in audit_proctitle_free()
879 context->proctitle.value = NULL; in audit_proctitle_free()
880 context->proctitle.len = 0; in audit_proctitle_free()
883 static inline void audit_free_module(struct audit_context *context) in audit_free_module() argument
885 if (context->type == AUDIT_KERN_MODULE) { in audit_free_module()
886 kfree(context->module.name); in audit_free_module()
887 context->module.name = NULL; in audit_free_module()
890 static inline void audit_free_names(struct audit_context *context) in audit_free_names() argument
894 list_for_each_entry_safe(n, next, &context->names_list, list) { in audit_free_names()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/context/detail/preprocessed/
H A Ddefault_eval.hpp21 result_type operator ()(Expr &expr, Context &context) const in operator ()()
23 return this->invoke(expr, context, is_member_function_pointer<function_type>()); in operator ()()
26 result_type invoke(Expr &expr, Context &context, mpl::false_) const in invoke()
28 return proto::eval(proto::child_c< 0>( expr), context)( in invoke()
29 … proto::eval(proto::child_c< 1>( expr), context) , proto::eval(proto::child_c< 2>( expr), context) in invoke()
32 result_type invoke(Expr &expr, Context &context, mpl::true_) const in invoke()
37 … BOOST_PROTO_GET_POINTER(class_type, (proto::eval(proto::child_c< 1>( expr), context))) ->* in invoke()
38 proto::eval(proto::child_c< 0>( expr), context) in invoke()
39 )(proto::eval(proto::child_c< 2>( expr), context)); in invoke()
55 result_type operator ()(Expr &expr, Context &context) const in operator ()()
[all …]
/OK3568_Linux_fs/kernel/security/selinux/ss/
H A Dmls.h31 int mls_compute_context_len(struct policydb *p, struct context *context);
32 void mls_sid_to_context(struct policydb *p, struct context *context,
34 int mls_context_isvalid(struct policydb *p, struct context *c);
41 struct context *context,
45 int mls_from_string(struct policydb *p, char *str, struct context *context,
48 int mls_range_set(struct context *context, struct mls_range *range);
52 struct context *oldc,
53 struct context *newc);
56 struct context *scontext,
57 struct context *tcontext,
[all …]
H A Dmls.c36 int mls_compute_context_len(struct policydb *p, struct context *context) in mls_compute_context_len() argument
48 int index_sens = context->range.level[l].sens; in mls_compute_context_len()
54 e = &context->range.level[l].cat; in mls_compute_context_len()
73 if (mls_level_eq(&context->range.level[0], in mls_compute_context_len()
74 &context->range.level[1])) in mls_compute_context_len()
90 struct context *context, in mls_sid_to_context() argument
108 context->range.level[l].sens - 1)); in mls_sid_to_context()
114 e = &context->range.level[l].cat; in mls_sid_to_context()
150 if (mls_level_eq(&context->range.level[0], in mls_sid_to_context()
151 &context->range.level[1])) in mls_sid_to_context()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/etnaviv/
H A Detnaviv_mmu.c16 static void etnaviv_context_unmap(struct etnaviv_iommu_context *context, in etnaviv_context_unmap() argument
29 unmapped_page = context->global->ops->unmap(context, iova, in etnaviv_context_unmap()
39 static int etnaviv_context_map(struct etnaviv_iommu_context *context, in etnaviv_context_map() argument
55 ret = context->global->ops->map(context, iova, paddr, pgsize, in etnaviv_context_map()
67 etnaviv_context_unmap(context, orig_iova, orig_size - size); in etnaviv_context_map()
72 static int etnaviv_iommu_map(struct etnaviv_iommu_context *context, u32 iova, in etnaviv_iommu_map() argument
79 if (!context || !sgt) in etnaviv_iommu_map()
88 ret = etnaviv_context_map(context, da, pa, bytes, prot); in etnaviv_iommu_map()
98 etnaviv_context_unmap(context, iova, da - iova); in etnaviv_iommu_map()
102 static void etnaviv_iommu_unmap(struct etnaviv_iommu_context *context, u32 iova, in etnaviv_iommu_unmap() argument
[all …]
H A Detnaviv_iommu.c28 to_v1_context(struct etnaviv_iommu_context *context) in to_v1_context() argument
30 return container_of(context, struct etnaviv_iommuv1_context, base); in to_v1_context()
33 static void etnaviv_iommuv1_free(struct etnaviv_iommu_context *context) in etnaviv_iommuv1_free() argument
35 struct etnaviv_iommuv1_context *v1_context = to_v1_context(context); in etnaviv_iommuv1_free()
37 drm_mm_takedown(&context->mm); in etnaviv_iommuv1_free()
39 dma_free_wc(context->global->dev, PT_SIZE, v1_context->pgtable_cpu, in etnaviv_iommuv1_free()
42 context->global->v1.shared_context = NULL; in etnaviv_iommuv1_free()
47 static int etnaviv_iommuv1_map(struct etnaviv_iommu_context *context, in etnaviv_iommuv1_map() argument
51 struct etnaviv_iommuv1_context *v1_context = to_v1_context(context); in etnaviv_iommuv1_map()
62 static size_t etnaviv_iommuv1_unmap(struct etnaviv_iommu_context *context, in etnaviv_iommuv1_unmap() argument
[all …]
H A Detnaviv_iommu_v2.c42 to_v2_context(struct etnaviv_iommu_context *context) in to_v2_context() argument
44 return container_of(context, struct etnaviv_iommuv2_context, base); in to_v2_context()
47 static void etnaviv_iommuv2_free(struct etnaviv_iommu_context *context) in etnaviv_iommuv2_free() argument
49 struct etnaviv_iommuv2_context *v2_context = to_v2_context(context); in etnaviv_iommuv2_free()
52 drm_mm_takedown(&context->mm); in etnaviv_iommuv2_free()
56 dma_free_wc(context->global->dev, SZ_4K, in etnaviv_iommuv2_free()
61 dma_free_wc(context->global->dev, SZ_4K, v2_context->mtlb_cpu, in etnaviv_iommuv2_free()
64 clear_bit(v2_context->id, context->global->v2.pta_alloc); in etnaviv_iommuv2_free()
92 static int etnaviv_iommuv2_map(struct etnaviv_iommu_context *context, in etnaviv_iommuv2_map() argument
96 struct etnaviv_iommuv2_context *v2_context = to_v2_context(context); in etnaviv_iommuv2_map()
[all …]
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_attr_list.c53 struct xfs_attr_list_context *context) in xfs_attr_shortform_list() argument
55 struct xfs_attrlist_cursor_kern *cursor = &context->cursor; in xfs_attr_shortform_list()
56 struct xfs_inode *dp = context->dp; in xfs_attr_shortform_list()
69 trace_xfs_attr_list_sf(context); in xfs_attr_shortform_list()
80 if (context->bufsize == 0 || in xfs_attr_shortform_list()
82 (dp->i_afp->if_bytes + sf->hdr.count * 16) < context->bufsize)) { in xfs_attr_shortform_list()
84 if (XFS_IS_CORRUPT(context->dp->i_mount, in xfs_attr_shortform_list()
88 context->put_listent(context, in xfs_attr_shortform_list()
97 if (context->seen_enough) in xfs_attr_shortform_list()
101 trace_xfs_attr_list_sf_all(context); in xfs_attr_shortform_list()
[all …]
H A Dxfs_xattr.c97 struct xfs_attr_list_context *context, in __xfs_xattr_put_listent() argument
106 if (context->count < 0 || context->seen_enough) in __xfs_xattr_put_listent()
109 if (!context->buffer) in __xfs_xattr_put_listent()
112 arraytop = context->count + prefix_len + namelen + 1; in __xfs_xattr_put_listent()
113 if (arraytop > context->firstu) { in __xfs_xattr_put_listent()
114 context->count = -1; /* insufficient space */ in __xfs_xattr_put_listent()
115 context->seen_enough = 1; in __xfs_xattr_put_listent()
118 offset = context->buffer + context->count; in __xfs_xattr_put_listent()
126 context->count += prefix_len + namelen + 1; in __xfs_xattr_put_listent()
132 struct xfs_attr_list_context *context, in xfs_xattr_put_listent() argument
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/tests/mali_kutf_clk_rate_trace/kernel/
H A Dmali_kutf_clk_rate_trace_test.c172 static void kutf_set_pm_ctx_active(struct kutf_context *context) in kutf_set_pm_ctx_active() argument
174 struct kutf_clk_rate_trace_fixture_data *data = context->fixture; in kutf_set_pm_ctx_active()
186 static void kutf_set_pm_ctx_idle(struct kutf_context *context) in kutf_set_pm_ctx_idle() argument
188 struct kutf_clk_rate_trace_fixture_data *data = context->fixture; in kutf_set_pm_ctx_idle()
198 static const char *kutf_clk_trace_do_change_pm_ctx(struct kutf_context *context, in kutf_clk_trace_do_change_pm_ctx() argument
201 struct kutf_clk_rate_trace_fixture_data *data = context->fixture; in kutf_clk_trace_do_change_pm_ctx()
213 kutf_set_pm_ctx_active(context); in kutf_clk_trace_do_change_pm_ctx()
219 kutf_set_pm_ctx_idle(context); in kutf_clk_trace_do_change_pm_ctx()
226 if (kutf_helper_send_named_str(context, "ACK", portal_msg_buf)) { in kutf_clk_trace_do_change_pm_ctx()
228 errmsg = kutf_dsprintf(&context->fixture_pool, in kutf_clk_trace_do_change_pm_ctx()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dprograms.hpp24 Programs(gl::Context& context, const ProgramParameters& programParameters) in Programs() argument
25 : background(context, programParameters), in Programs()
26 backgroundPattern(context, programParameters), in Programs()
27 circle(context, programParameters), in Programs()
28 extrusionTexture(context, programParameters), in Programs()
29 fill(context, programParameters), in Programs()
30 fillExtrusion(context, programParameters), in Programs()
31 fillExtrusionPattern(context, programParameters), in Programs()
32 fillPattern(context, programParameters), in Programs()
33 fillOutline(context, programParameters), in Programs()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xquartz/GL/
H A Dindirect.c127 __GLXAquaContext *context; member
138 __GLXAquaContext *context; in __glXAquaScreenCreateContext() local
149 context = calloc(1, sizeof(__GLXAquaContext)); in __glXAquaScreenCreateContext()
151 if (context == NULL) in __glXAquaScreenCreateContext()
154 memset(context, 0, sizeof *context); in __glXAquaScreenCreateContext()
156 context->base.pGlxScreen = screen; in __glXAquaScreenCreateContext()
157 context->base.config = conf; in __glXAquaScreenCreateContext()
158 context->base.destroy = __glXAquaContextDestroy; in __glXAquaScreenCreateContext()
159 context->base.makeCurrent = __glXAquaContextMakeCurrent; in __glXAquaScreenCreateContext()
160 context->base.loseCurrent = __glXAquaContextLoseCurrent; in __glXAquaScreenCreateContext()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/tests/kutf/
H A Dkutf_suite.c68 void (*execute)(struct kutf_context *context);
137 static void kutf_destroy_context(struct kutf_context *context);
144 static void kutf_set_result(struct kutf_context *context,
153 static void kutf_set_expected_result(struct kutf_context *context,
228 static void kutf_add_explicit_result(struct kutf_context *context) in kutf_add_explicit_result() argument
230 switch (context->expected_status) { in kutf_add_explicit_result()
232 if (context->status == KUTF_RESULT_UNKNOWN) in kutf_add_explicit_result()
233 kutf_test_pass(context, "(implicit pass)"); in kutf_add_explicit_result()
237 if (context->status == KUTF_RESULT_WARN) in kutf_add_explicit_result()
238 kutf_test_pass(context, in kutf_add_explicit_result()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/tests/kutf/
H A Dkutf_suite.c74 void (*execute)(struct kutf_context *context);
152 static void kutf_context_get(struct kutf_context *context);
162 static void kutf_context_put(struct kutf_context *context);
169 static void kutf_set_result(struct kutf_context *context,
178 static void kutf_set_expected_result(struct kutf_context *context,
232 static void kutf_add_explicit_result(struct kutf_context *context) in kutf_add_explicit_result() argument
234 switch (context->expected_status) { in kutf_add_explicit_result()
239 if (context->status == KUTF_RESULT_WARN) in kutf_add_explicit_result()
240 kutf_test_pass(context, in kutf_add_explicit_result()
242 else if (context->status != KUTF_RESULT_SKIP) in kutf_add_explicit_result()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/tests/include/kutf/
H A Dkutf_suite.h198 void *(*create_fixture)(struct kutf_context *context);
199 void (*remove_fixture)(struct kutf_context *context);
254 void *(*create_fixture)(struct kutf_context *context),
255 void (*remove_fixture)(struct kutf_context *context));
281 void *(*create_fixture)(struct kutf_context *context),
282 void (*remove_fixture)(struct kutf_context *context),
307 void *(*create_fixture)(struct kutf_context *context),
308 void (*remove_fixture)(struct kutf_context *context),
324 void (*execute)(struct kutf_context *context));
337 void (*execute)(struct kutf_context *context),
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/tests/include/kutf/
H A Dkutf_suite.h258 void *(*create_fixture)(struct kutf_context *context);
259 void (*remove_fixture)(struct kutf_context *context);
316 void *(*create_fixture)(struct kutf_context *context),
317 void (*remove_fixture)(struct kutf_context *context));
343 void *(*create_fixture)(struct kutf_context *context),
344 void (*remove_fixture)(struct kutf_context *context),
369 void *(*create_fixture)(struct kutf_context *context),
370 void (*remove_fixture)(struct kutf_context *context),
386 void (*execute)(struct kutf_context *context));
399 void (*execute)(struct kutf_context *context),
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/
H A Den_resources.c42 int user_prio, struct mlx4_qp_context *context) in mlx4_en_fill_qp_context() argument
47 memset(context, 0, sizeof(*context)); in mlx4_en_fill_qp_context()
48 context->flags = cpu_to_be32(7 << 16 | rss << MLX4_RSS_QPC_FLAG_OFFSET); in mlx4_en_fill_qp_context()
49 context->pd = cpu_to_be32(mdev->priv_pdn); in mlx4_en_fill_qp_context()
50 context->mtu_msgmax = 0xff; in mlx4_en_fill_qp_context()
52 context->rq_size_stride = ilog2(size) << 3 | (ilog2(stride) - 4); in mlx4_en_fill_qp_context()
54 context->sq_size_stride = ilog2(size) << 3 | (ilog2(stride) - 4); in mlx4_en_fill_qp_context()
56 context->params2 |= cpu_to_be32(MLX4_QP_BIT_FPP); in mlx4_en_fill_qp_context()
59 context->sq_size_stride = ilog2(TXBB_SIZE) - 4; in mlx4_en_fill_qp_context()
61 context->usr_page = cpu_to_be32(mlx4_to_hw_uar_index(mdev->dev, in mlx4_en_fill_qp_context()
[all …]
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20/
H A D0007-HACK-xvimagesink-Support-dma-buffer-rendering.patch44 @@ -97,7 +97,7 @@ gst_lookup_xv_port_from_adaptor (GstXvContext * context,
47 gst_xvcontext_get_xv_support (GstXvContext * context,
53 @@ -150,9 +150,11 @@ gst_xvcontext_get_xv_support (GstXvContext * context,
54 if (!context->xv_port_id)
57 + config->dma_client_id = context->xv_port_id;
63 XvAttribute *const attr = XvQueryPortAttributes (context->disp,
64 context->xv_port_id, &count);
66 @@ -160,6 +162,9 @@ gst_xvcontext_get_xv_support (GstXvContext * context,
76 @@ -168,6 +173,7 @@ gst_xvcontext_get_xv_support (GstXvContext * context,
77 context->have_colorkey = FALSE;
[all …]
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22/
H A D0007-HACK-xvimagesink-Support-dma-buffer-rendering.patch44 @@ -105,7 +105,7 @@ gst_lookup_xv_port_from_adaptor (GstXvContext * context,
47 gst_xvcontext_get_xv_support (GstXvContext * context,
53 @@ -158,9 +158,11 @@ gst_xvcontext_get_xv_support (GstXvContext * context,
54 if (!context->xv_port_id)
57 + config->dma_client_id = context->xv_port_id;
63 XvAttribute *const attr = XvQueryPortAttributes (context->disp,
64 context->xv_port_id, &count);
66 @@ -168,6 +170,9 @@ gst_xvcontext_get_xv_support (GstXvContext * context,
76 @@ -176,6 +181,7 @@ gst_xvcontext_get_xv_support (GstXvContext * context,
77 context->have_colorkey = FALSE;
[all …]
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-base/
H A D0007-HACK-xvimagesink-Support-dma-buffer-rendering.patch44 @@ -105,7 +105,7 @@ gst_lookup_xv_port_from_adaptor (GstXvContext * context,
47 gst_xvcontext_get_xv_support (GstXvContext * context,
53 @@ -158,9 +158,11 @@ gst_xvcontext_get_xv_support (GstXvContext * context,
54 if (!context->xv_port_id)
57 + config->dma_client_id = context->xv_port_id;
63 XvAttribute *const attr = XvQueryPortAttributes (context->disp,
64 context->xv_port_id, &count);
66 @@ -168,6 +170,9 @@ gst_xvcontext_get_xv_support (GstXvContext * context,
76 @@ -176,6 +181,7 @@ gst_xvcontext_get_xv_support (GstXvContext * context,
77 context->have_colorkey = FALSE;
[all …]

12345678910>>...141