Home
last modified time | relevance | path

Searched refs:el (Results 1 - 25 of 106) sorted by relevance

12345

/kernel/linux/linux-5.10/arch/alpha/kernel/
H A Dcore_lca.c397 union el_lca el; in lca_machine_check()
399 el.c = (struct el_common *) la_ptr; in lca_machine_check()
404 vector, get_irq_regs()->pc, (unsigned int) el.c->code); in lca_machine_check()
413 switch ((unsigned int) el.c->code) { in lca_machine_check()
431 switch (el.c->size) { in lca_machine_check()
435 reason, el.c->retry ? ", retryable" : "", in lca_machine_check()
436 el.s->dc_stat); in lca_machine_check()
437 if (el.s->esr & ESR_EAV) { in lca_machine_check()
438 mem_error(el.s->esr, el in lca_machine_check()
395 union el_lca el; lca_machine_check() local
[all...]
/kernel/linux/linux-6.6/arch/alpha/kernel/
H A Dcore_lca.c397 union el_lca el; in lca_machine_check()
399 el.c = (struct el_common *) la_ptr; in lca_machine_check()
404 vector, get_irq_regs()->pc, (unsigned int) el.c->code); in lca_machine_check()
413 switch ((unsigned int) el.c->code) { in lca_machine_check()
431 switch (el.c->size) { in lca_machine_check()
435 reason, el.c->retry ? ", retryable" : "", in lca_machine_check()
436 el.s->dc_stat); in lca_machine_check()
437 if (el.s->esr & ESR_EAV) { in lca_machine_check()
438 mem_error(el.s->esr, el in lca_machine_check()
395 union el_lca el; lca_machine_check() local
[all...]
/kernel/linux/linux-5.10/lib/
H A Dtest_list_sort.c74 struct debug_el *el; in list_sort_test() local
85 el = kmalloc(sizeof(*el), GFP_KERNEL); in list_sort_test()
86 if (!el) in list_sort_test()
90 el->value = prandom_u32() % (TEST_LIST_LEN / 3); in list_sort_test()
91 el->serial = i; in list_sort_test()
92 el->poison1 = TEST_POISON1; in list_sort_test()
93 el->poison2 = TEST_POISON2; in list_sort_test()
94 elts[i] = el; in list_sort_test()
95 list_add_tail(&el in list_sort_test()
[all...]
/kernel/linux/linux-6.6/lib/
H A Dtest_list_sort.c61 struct debug_el *el, **elts; in list_sort_test() local
70 el = kunit_kmalloc(test, sizeof(*el), GFP_KERNEL); in list_sort_test()
71 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, el); in list_sort_test()
74 el->value = get_random_u32_below(TEST_LIST_LEN / 3); in list_sort_test()
75 el->serial = i; in list_sort_test()
76 el->poison1 = TEST_POISON1; in list_sort_test()
77 el->poison2 = TEST_POISON2; in list_sort_test()
78 elts[i] = el; in list_sort_test()
79 list_add_tail(&el in list_sort_test()
[all...]
/kernel/linux/linux-5.10/fs/gfs2/
H A Dxattr.c176 struct gfs2_ea_location *el = ef->ef_el; in ea_find_i() local
178 el->el_bh = bh; in ea_find_i()
179 el->el_ea = ea; in ea_find_i()
180 el->el_prev = prev; in ea_find_i()
189 struct gfs2_ea_location *el) in gfs2_ea_find()
197 ef.ef_el = el; in gfs2_ea_find()
199 memset(el, 0, sizeof(struct gfs2_ea_location)); in gfs2_ea_find()
504 static int gfs2_ea_get_copy(struct gfs2_inode *ip, struct gfs2_ea_location *el, in gfs2_ea_get_copy() argument
508 size_t len = GFS2_EA_DATA_LEN(el->el_ea); in gfs2_ea_get_copy()
512 if (GFS2_EA_IS_STUFFED(el in gfs2_ea_get_copy()
188 gfs2_ea_find(struct gfs2_inode *ip, int type, const char *name, struct gfs2_ea_location *el) gfs2_ea_find() argument
524 struct gfs2_ea_location el; gfs2_xattr_acl_get() local
567 struct gfs2_ea_location el; __gfs2_xattr_get() local
826 ea_set_remove_stuffed(struct gfs2_inode *ip, struct gfs2_ea_location *el) ea_set_remove_stuffed() argument
1030 ea_set_i(struct gfs2_inode *ip, int type, const char *name, const void *value, size_t size, struct gfs2_ea_location *el) ea_set_i() argument
1062 ea_set_remove_unstuffed(struct gfs2_inode *ip, struct gfs2_ea_location *el) ea_set_remove_unstuffed() argument
1074 ea_remove_stuffed(struct gfs2_inode *ip, struct gfs2_ea_location *el) ea_remove_stuffed() argument
1121 struct gfs2_ea_location el; gfs2_xattr_remove() local
1162 struct gfs2_ea_location el; __gfs2_xattr_set() local
[all...]
/kernel/linux/linux-6.6/fs/gfs2/
H A Dxattr.c187 struct gfs2_ea_location *el = ef->ef_el; in ea_find_i() local
189 el->el_bh = bh; in ea_find_i()
190 el->el_ea = ea; in ea_find_i()
191 el->el_prev = prev; in ea_find_i()
200 struct gfs2_ea_location *el) in gfs2_ea_find()
208 ef.ef_el = el; in gfs2_ea_find()
210 memset(el, 0, sizeof(struct gfs2_ea_location)); in gfs2_ea_find()
518 static int gfs2_ea_get_copy(struct gfs2_inode *ip, struct gfs2_ea_location *el, in gfs2_ea_get_copy() argument
522 size_t len = GFS2_EA_DATA_LEN(el->el_ea); in gfs2_ea_get_copy()
526 if (GFS2_EA_IS_STUFFED(el in gfs2_ea_get_copy()
199 gfs2_ea_find(struct gfs2_inode *ip, int type, const char *name, struct gfs2_ea_location *el) gfs2_ea_find() argument
538 struct gfs2_ea_location el; gfs2_xattr_acl_get() local
581 struct gfs2_ea_location el; __gfs2_xattr_get() local
837 ea_set_remove_stuffed(struct gfs2_inode *ip, struct gfs2_ea_location *el) ea_set_remove_stuffed() argument
1041 ea_set_i(struct gfs2_inode *ip, int type, const char *name, const void *value, size_t size, struct gfs2_ea_location *el) ea_set_i() argument
1073 ea_set_remove_unstuffed(struct gfs2_inode *ip, struct gfs2_ea_location *el) ea_set_remove_unstuffed() argument
1085 ea_remove_stuffed(struct gfs2_inode *ip, struct gfs2_ea_location *el) ea_remove_stuffed() argument
1132 struct gfs2_ea_location el; gfs2_xattr_remove() local
1173 struct gfs2_ea_location el; __gfs2_xattr_set() local
[all...]
/kernel/linux/linux-5.10/fs/ocfs2/
H A Dalloc.c588 node->el = NULL; in ocfs2_reinit_path()
631 dest->p_node[i].el = src->p_node[i].el; in ocfs2_cp_path()
653 dest->p_node[i].el = src->p_node[i].el; in ocfs2_mv_path()
656 src->p_node[i].el = NULL; in ocfs2_mv_path()
679 path->p_node[index].el = &eb->h_list; in ocfs2_path_insert_eb()
768 int ocfs2_search_extent_list(struct ocfs2_extent_list *el, u32 v_cluster) in ocfs2_search_extent_list() argument
775 for(i = 0; i < le16_to_cpu(el->l_next_free_rec); i++) { in ocfs2_search_extent_list()
776 rec = &el in ocfs2_search_extent_list()
953 struct ocfs2_extent_list *el = NULL; ocfs2_num_free_extents() local
1079 ocfs2_sum_rightmost_rec(struct ocfs2_extent_list *el) ocfs2_sum_rightmost_rec() argument
1098 struct ocfs2_extent_list *el; ocfs2_adjust_rightmost_branch() local
1158 struct ocfs2_extent_list *el; ocfs2_add_branch() local
1457 struct ocfs2_extent_list *el; ocfs2_find_branch_target() local
1529 struct ocfs2_extent_list *el = et->et_root_el; ocfs2_grow_tree() local
1595 ocfs2_shift_records_right(struct ocfs2_extent_list *el) ocfs2_shift_records_right() argument
1610 ocfs2_rotate_leaf(struct ocfs2_extent_list *el, struct ocfs2_extent_rec *insert_rec) ocfs2_rotate_leaf() argument
1689 ocfs2_remove_empty_extent(struct ocfs2_extent_list *el) ocfs2_remove_empty_extent() argument
1712 ocfs2_create_empty_extent(struct ocfs2_extent_list *el) ocfs2_create_empty_extent() argument
1796 struct ocfs2_extent_list *el; __ocfs2_find_path() local
1908 struct ocfs2_extent_list *el = &eb->h_list; find_leaf_ins() local
2043 struct ocfs2_extent_list *el, *left_el, *right_el; ocfs2_complete_edge_insert() local
2215 struct ocfs2_extent_list *el; ocfs2_find_cpos_for_left_leaf() local
2323 ocfs2_leftmost_rec_contains(struct ocfs2_extent_list *el, u32 cpos) ocfs2_leftmost_rec_contains() argument
2529 struct ocfs2_extent_list *el; ocfs2_update_edge_lengths() local
2570 struct ocfs2_extent_list *el; ocfs2_unlink_path() local
2810 struct ocfs2_extent_list *el; ocfs2_find_cpos_for_right_leaf() local
2880 struct ocfs2_extent_list *el = path_leaf_el(path); ocfs2_rotate_rightmost_leaf_left() local
3025 struct ocfs2_extent_list *el; ocfs2_remove_rightmost_path() local
3153 struct ocfs2_extent_list *el; ocfs2_rotate_tree_left() local
3256 ocfs2_cleanup_merge(struct ocfs2_extent_list *el, int index) ocfs2_cleanup_merge() argument
3355 struct ocfs2_extent_list *el = path_leaf_el(left_path); ocfs2_merge_rec_right() local
3519 struct ocfs2_extent_list *el = path_leaf_el(right_path); ocfs2_merge_rec_left() local
3663 struct ocfs2_extent_list *el = path_leaf_el(path); ocfs2_try_to_merge_extent() local
3860 ocfs2_insert_at_leaf(struct ocfs2_extent_tree *et, struct ocfs2_extent_rec *insert_rec, struct ocfs2_extent_list *el, struct ocfs2_insert_type *insert) ocfs2_insert_at_leaf() argument
3956 struct ocfs2_extent_list *el; ocfs2_adjust_rightmost_records() local
3993 struct ocfs2_extent_list *el; ocfs2_append_rec_to_path() local
4079 struct ocfs2_extent_list *left_el = NULL, *right_el, *insert_el, *el; ocfs2_split_record() local
4247 struct ocfs2_extent_list *el; ocfs2_do_insert_extent() local
4350 ocfs2_figure_merge_contig_type(struct ocfs2_extent_tree *et, struct ocfs2_path *path, struct ocfs2_extent_list *el, int index, struct ocfs2_extent_rec *split_rec, struct ocfs2_merge_ctxt *ctxt) ocfs2_figure_merge_contig_type() argument
4478 ocfs2_figure_contig_type(struct ocfs2_extent_tree *et, struct ocfs2_insert_type *insert, struct ocfs2_extent_list *el, struct ocfs2_extent_rec *insert_rec) ocfs2_figure_contig_type() argument
4524 ocfs2_figure_appending_type(struct ocfs2_insert_type *insert, struct ocfs2_extent_list *el, struct ocfs2_extent_rec *insert_rec) ocfs2_figure_appending_type() argument
4579 struct ocfs2_extent_list *el; ocfs2_figure_insert_type() local
4984 struct ocfs2_extent_list *el; ocfs2_split_and_insert() local
5015 ocfs2_replace_extent_rec(handle_t *handle, struct ocfs2_extent_tree *et, struct ocfs2_path *path, struct ocfs2_extent_list *el, int split_index, struct ocfs2_extent_rec *split_rec) ocfs2_replace_extent_rec() argument
5066 struct ocfs2_extent_list *el = path_leaf_el(path); ocfs2_split_extent() local
5162 struct ocfs2_extent_list *el; ocfs2_change_extent_flag() local
5281 struct ocfs2_extent_list *rightmost_el, *el; ocfs2_split_tree() local
5353 struct ocfs2_extent_list *el = path_leaf_el(path); ocfs2_truncate_rec() local
5515 struct ocfs2_extent_list *el; ocfs2_remove_extent() local
7206 struct ocfs2_extent_list *el; ocfs2_commit_truncate() local
[all...]
H A Dextent_map.c283 struct ocfs2_extent_list *el; in ocfs2_last_eb_is_empty() local
292 el = &eb->h_list; in ocfs2_last_eb_is_empty()
294 if (el->l_tree_depth) { in ocfs2_last_eb_is_empty()
303 next_free = le16_to_cpu(el->l_next_free_rec); in ocfs2_last_eb_is_empty()
306 (next_free == 1 && ocfs2_is_empty_extent(&el->l_recs[0]))) in ocfs2_last_eb_is_empty()
315 * Return the 1st index within el which contains an extent start
318 static int ocfs2_search_for_hole_index(struct ocfs2_extent_list *el, in ocfs2_search_for_hole_index() argument
324 for(i = 0; i < le16_to_cpu(el->l_next_free_rec); i++) { in ocfs2_search_for_hole_index()
325 rec = &el->l_recs[i]; in ocfs2_search_for_hole_index()
341 * If we have in-inode extents, then el point
345 ocfs2_figure_hole_clusters(struct ocfs2_caching_info *ci, struct ocfs2_extent_list *el, struct buffer_head *eb_bh, u32 v_cluster, u32 *num_clusters) ocfs2_figure_hole_clusters() argument
407 struct ocfs2_extent_list *el; ocfs2_get_clusters_nocache() local
532 ocfs2_xattr_get_clusters(struct inode *inode, u32 v_cluster, u32 *p_cluster, u32 *num_clusters, struct ocfs2_extent_list *el, unsigned int *extent_flags) ocfs2_xattr_get_clusters() argument
[all...]
H A Dalloc.h228 int ocfs2_search_extent_list(struct ocfs2_extent_list *el, u32 v_cluster);
234 static inline unsigned int ocfs2_rec_clusters(struct ocfs2_extent_list *el, in ocfs2_rec_clusters() argument
244 if (el->l_tree_depth) in ocfs2_rec_clusters()
273 struct ocfs2_extent_list *el; member
285 #define path_root_el(_path) ((_path)->p_node[0].el)
288 #define path_leaf_el(_path) ((_path)->p_node[(_path)->p_tree_depth].el)
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dalloc.c586 node->el = NULL; in ocfs2_reinit_path()
629 dest->p_node[i].el = src->p_node[i].el; in ocfs2_cp_path()
651 dest->p_node[i].el = src->p_node[i].el; in ocfs2_mv_path()
654 src->p_node[i].el = NULL; in ocfs2_mv_path()
677 path->p_node[index].el = &eb->h_list; in ocfs2_path_insert_eb()
766 int ocfs2_search_extent_list(struct ocfs2_extent_list *el, u32 v_cluster) in ocfs2_search_extent_list() argument
773 for(i = 0; i < le16_to_cpu(el->l_next_free_rec); i++) { in ocfs2_search_extent_list()
774 rec = &el in ocfs2_search_extent_list()
951 struct ocfs2_extent_list *el = NULL; ocfs2_num_free_extents() local
1077 ocfs2_sum_rightmost_rec(struct ocfs2_extent_list *el) ocfs2_sum_rightmost_rec() argument
1096 struct ocfs2_extent_list *el; ocfs2_adjust_rightmost_branch() local
1156 struct ocfs2_extent_list *el; ocfs2_add_branch() local
1455 struct ocfs2_extent_list *el; ocfs2_find_branch_target() local
1527 struct ocfs2_extent_list *el = et->et_root_el; ocfs2_grow_tree() local
1593 ocfs2_shift_records_right(struct ocfs2_extent_list *el) ocfs2_shift_records_right() argument
1608 ocfs2_rotate_leaf(struct ocfs2_extent_list *el, struct ocfs2_extent_rec *insert_rec) ocfs2_rotate_leaf() argument
1687 ocfs2_remove_empty_extent(struct ocfs2_extent_list *el) ocfs2_remove_empty_extent() argument
1710 ocfs2_create_empty_extent(struct ocfs2_extent_list *el) ocfs2_create_empty_extent() argument
1794 struct ocfs2_extent_list *el; __ocfs2_find_path() local
1906 struct ocfs2_extent_list *el = &eb->h_list; find_leaf_ins() local
2041 struct ocfs2_extent_list *el, *left_el, *right_el; ocfs2_complete_edge_insert() local
2213 struct ocfs2_extent_list *el; ocfs2_find_cpos_for_left_leaf() local
2321 ocfs2_leftmost_rec_contains(struct ocfs2_extent_list *el, u32 cpos) ocfs2_leftmost_rec_contains() argument
2527 struct ocfs2_extent_list *el; ocfs2_update_edge_lengths() local
2568 struct ocfs2_extent_list *el; ocfs2_unlink_path() local
2808 struct ocfs2_extent_list *el; ocfs2_find_cpos_for_right_leaf() local
2878 struct ocfs2_extent_list *el = path_leaf_el(path); ocfs2_rotate_rightmost_leaf_left() local
3023 struct ocfs2_extent_list *el; ocfs2_remove_rightmost_path() local
3151 struct ocfs2_extent_list *el; ocfs2_rotate_tree_left() local
3254 ocfs2_cleanup_merge(struct ocfs2_extent_list *el, int index) ocfs2_cleanup_merge() argument
3353 struct ocfs2_extent_list *el = path_leaf_el(left_path); ocfs2_merge_rec_right() local
3517 struct ocfs2_extent_list *el = path_leaf_el(right_path); ocfs2_merge_rec_left() local
3661 struct ocfs2_extent_list *el = path_leaf_el(path); ocfs2_try_to_merge_extent() local
3858 ocfs2_insert_at_leaf(struct ocfs2_extent_tree *et, struct ocfs2_extent_rec *insert_rec, struct ocfs2_extent_list *el, struct ocfs2_insert_type *insert) ocfs2_insert_at_leaf() argument
3954 struct ocfs2_extent_list *el; ocfs2_adjust_rightmost_records() local
3991 struct ocfs2_extent_list *el; ocfs2_append_rec_to_path() local
4077 struct ocfs2_extent_list *left_el = NULL, *right_el, *insert_el, *el; ocfs2_split_record() local
4245 struct ocfs2_extent_list *el; ocfs2_do_insert_extent() local
4348 ocfs2_figure_merge_contig_type(struct ocfs2_extent_tree *et, struct ocfs2_path *path, struct ocfs2_extent_list *el, int index, struct ocfs2_extent_rec *split_rec, struct ocfs2_merge_ctxt *ctxt) ocfs2_figure_merge_contig_type() argument
4476 ocfs2_figure_contig_type(struct ocfs2_extent_tree *et, struct ocfs2_insert_type *insert, struct ocfs2_extent_list *el, struct ocfs2_extent_rec *insert_rec) ocfs2_figure_contig_type() argument
4522 ocfs2_figure_appending_type(struct ocfs2_insert_type *insert, struct ocfs2_extent_list *el, struct ocfs2_extent_rec *insert_rec) ocfs2_figure_appending_type() argument
4577 struct ocfs2_extent_list *el; ocfs2_figure_insert_type() local
4982 struct ocfs2_extent_list *el; ocfs2_split_and_insert() local
5013 ocfs2_replace_extent_rec(handle_t *handle, struct ocfs2_extent_tree *et, struct ocfs2_path *path, struct ocfs2_extent_list *el, int split_index, struct ocfs2_extent_rec *split_rec) ocfs2_replace_extent_rec() argument
5064 struct ocfs2_extent_list *el = path_leaf_el(path); ocfs2_split_extent() local
5160 struct ocfs2_extent_list *el; ocfs2_change_extent_flag() local
5279 struct ocfs2_extent_list *rightmost_el, *el; ocfs2_split_tree() local
5351 struct ocfs2_extent_list *el = path_leaf_el(path); ocfs2_truncate_rec() local
5513 struct ocfs2_extent_list *el; ocfs2_remove_extent() local
7211 struct ocfs2_extent_list *el; ocfs2_commit_truncate() local
[all...]
H A Dextent_map.c281 struct ocfs2_extent_list *el; in ocfs2_last_eb_is_empty() local
290 el = &eb->h_list; in ocfs2_last_eb_is_empty()
292 if (el->l_tree_depth) { in ocfs2_last_eb_is_empty()
301 next_free = le16_to_cpu(el->l_next_free_rec); in ocfs2_last_eb_is_empty()
304 (next_free == 1 && ocfs2_is_empty_extent(&el->l_recs[0]))) in ocfs2_last_eb_is_empty()
313 * Return the 1st index within el which contains an extent start
316 static int ocfs2_search_for_hole_index(struct ocfs2_extent_list *el, in ocfs2_search_for_hole_index() argument
322 for(i = 0; i < le16_to_cpu(el->l_next_free_rec); i++) { in ocfs2_search_for_hole_index()
323 rec = &el->l_recs[i]; in ocfs2_search_for_hole_index()
339 * If we have in-inode extents, then el point
343 ocfs2_figure_hole_clusters(struct ocfs2_caching_info *ci, struct ocfs2_extent_list *el, struct buffer_head *eb_bh, u32 v_cluster, u32 *num_clusters) ocfs2_figure_hole_clusters() argument
405 struct ocfs2_extent_list *el; ocfs2_get_clusters_nocache() local
530 ocfs2_xattr_get_clusters(struct inode *inode, u32 v_cluster, u32 *p_cluster, u32 *num_clusters, struct ocfs2_extent_list *el, unsigned int *extent_flags) ocfs2_xattr_get_clusters() argument
[all...]
H A Dalloc.h226 int ocfs2_search_extent_list(struct ocfs2_extent_list *el, u32 v_cluster);
232 static inline unsigned int ocfs2_rec_clusters(struct ocfs2_extent_list *el, in ocfs2_rec_clusters() argument
242 if (el->l_tree_depth) in ocfs2_rec_clusters()
271 struct ocfs2_extent_list *el; member
283 #define path_root_el(_path) ((_path)->p_node[0].el)
286 #define path_leaf_el(_path) ((_path)->p_node[(_path)->p_tree_depth].el)
/kernel/linux/linux-5.10/scripts/
H A Dspdxcheck.py20 def __init__(self, el, txt):
21 self.el = el
42 for el in lictree[d].traverse():
43 if not os.path.isfile(el.path):
47 for l in open(el.path).readlines():
51 raise SPDXException(el, 'Duplicate License Identifier: %s' %lid)
68 raise SPDXException(el, 'Exception %s is missing SPDX-Licenses' %exception)
207 for el in tree.traverse():
210 if el
[all...]
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec/
H A Dsec_algs.c373 static void sec_alg_free_el(struct sec_request_el *el, in sec_alg_free_el() argument
376 sec_free_hw_sgl(el->out, el->dma_out, info); in sec_alg_free_el()
377 sec_free_hw_sgl(el->in, el->dma_in, info); in sec_alg_free_el()
378 kfree(el->sgl_in); in sec_alg_free_el()
379 kfree(el->sgl_out); in sec_alg_free_el()
380 kfree(el); in sec_alg_free_el()
386 struct sec_request_el *el, *temp; in sec_send_request() local
390 list_for_each_entry_safe(el, tem in sec_send_request()
636 struct sec_request_el *el; sec_alg_alloc_and_fill_el() local
722 struct sec_request_el *el, *temp; sec_alg_skcipher_crypto() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/sec/
H A Dsec_algs.c373 static void sec_alg_free_el(struct sec_request_el *el, in sec_alg_free_el() argument
376 sec_free_hw_sgl(el->out, el->dma_out, info); in sec_alg_free_el()
377 sec_free_hw_sgl(el->in, el->dma_in, info); in sec_alg_free_el()
378 kfree(el->sgl_in); in sec_alg_free_el()
379 kfree(el->sgl_out); in sec_alg_free_el()
380 kfree(el); in sec_alg_free_el()
386 struct sec_request_el *el, *temp; in sec_send_request() local
390 list_for_each_entry_safe(el, tem in sec_send_request()
636 struct sec_request_el *el; sec_alg_alloc_and_fill_el() local
722 struct sec_request_el *el, *temp; sec_alg_skcipher_crypto() local
[all...]
/kernel/linux/common_modules/pac/include/
H A Dasm_pointer_auth_context.h115 .macro prepare_pt_regs, el, sign_or_auth variable
126 .if \el == 0
139 .macro pac_pt_regs, el, sign_or_auth variable
140 .if \el == 0
154 prepare_pt_regs \el, \sign_or_auth
164 .macro sign_pt_regs, el, sign=0 variable
165 pac_pt_regs \el, \sign
168 .macro auth_pt_regs, el, auth=1 variable
169 pac_pt_regs \el, \auth
/kernel/linux/linux-6.6/drivers/soc/apple/
H A Drtkit-crashlog.c130 const char *el; in apple_rtkit_crashlog_dump_regs() local
142 el = "EL0t"; in apple_rtkit_crashlog_dump_regs()
145 el = "EL1t"; in apple_rtkit_crashlog_dump_regs()
148 el = "EL1h"; in apple_rtkit_crashlog_dump_regs()
151 el = "EL2t"; in apple_rtkit_crashlog_dump_regs()
154 el = "EL2h"; in apple_rtkit_crashlog_dump_regs()
157 el = "unknown"; in apple_rtkit_crashlog_dump_regs()
162 dev_warn(rtk->dev, " == Exception taken from %s ==", el); in apple_rtkit_crashlog_dump_regs()
/kernel/linux/linux-6.6/scripts/
H A Dspdxcheck.py21 def __init__(self, el, txt):
22 self.el = el
58 for el in lictree[d].traverse():
59 if not os.path.isfile(el.path):
63 for l in open(el.path, encoding="utf-8").readlines():
67 raise SPDXException(el, 'Duplicate License Identifier: %s' %lid)
84 raise SPDXException(el, 'Exception %s is missing SPDX-Licenses' %exception)
294 for el in tree.traverse():
295 if not os.path.isfile(el
[all...]
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dentry.S38 .macro kernel_ventry, el:req, ht:req, regsize:req, label:req
41 .if \el == 0
68 b el\el\ht\()_\regsize\()_\label
100 b el\el\ht\()_\regsize\()_\label
198 .macro kernel_entry, el, regsize = 64
199 .if \el == 0
221 .if \el == 0
281 .endif /* \el
[all...]
/kernel/linux/linux-6.6/drivers/bus/mhi/ep/
H A Dring.c106 int mhi_ep_ring_add_element(struct mhi_ep_ring *ring, struct mhi_ring_element *el) in mhi_ep_ring_add_element() argument
139 rp = cpu_to_le64(ring->rd_offset * sizeof(*el) + ring->rbase); in mhi_ep_ring_add_element()
142 buf_info.host_addr = ring->rbase + (old_offset * sizeof(*el)); in mhi_ep_ring_add_element()
143 buf_info.dev_addr = el; in mhi_ep_ring_add_element()
144 buf_info.size = sizeof(*el); in mhi_ep_ring_add_element()
H A Dmain.c29 struct mhi_ring_element *el, bool bei) in mhi_ep_send_event()
48 ret = mhi_ep_ring_add_element(ring, el); in mhi_ep_send_event()
147 static int mhi_ep_process_cmd_ring(struct mhi_ep_ring *ring, struct mhi_ring_element *el) in mhi_ep_process_cmd_ring() argument
157 ch_id = MHI_TRE_GET_CMD_CHID(el); in mhi_ep_process_cmd_ring()
168 switch (MHI_TRE_GET_CMD_TYPE(el)) { in mhi_ep_process_cmd_ring()
296 MHI_TRE_GET_CMD_TYPE(el), ch_id); in mhi_ep_process_cmd_ring()
328 struct mhi_ring_element *el; in mhi_ep_read_channel() local
342 el = &ring->ring_cache[ring->rd_offset]; in mhi_ep_read_channel()
349 mhi_chan->tre_loc = MHI_TRE_DATA_GET_PTR(el); in mhi_ep_read_channel()
350 mhi_chan->tre_size = MHI_TRE_DATA_GET_LEN(el); in mhi_ep_read_channel()
28 mhi_ep_send_event(struct mhi_ep_cntrl *mhi_cntrl, u32 ring_idx, struct mhi_ring_element *el, bool bei) mhi_ep_send_event() argument
430 mhi_ep_process_ch_ring(struct mhi_ep_ring *ring, struct mhi_ring_element *el) mhi_ep_process_ch_ring() argument
488 struct mhi_ring_element *el; mhi_ep_queue_skb() local
717 struct mhi_ring_element *el; mhi_ep_cmd_ring_worker() local
751 struct mhi_ring_element *el; mhi_ep_ch_ring_worker() local
[all...]
/kernel/linux/linux-5.10/tools/perf/util/arm-spe-decoder/
H A Darm-spe-decoder.c31 int ns, el; in arm_spe_calc_ip() local
37 el = (addr[7] & SPE_ADDR_PKT_EL_MASK) >> SPE_ADDR_PKT_EL_OFFSET; in arm_spe_calc_ip()
40 if (ns && (el == SPE_ADDR_PKT_EL1 || el == SPE_ADDR_PKT_EL2)) in arm_spe_calc_ip()
/kernel/linux/linux-5.10/drivers/net/wireless/
H A Dwl3501_cs.c174 struct iw_mgmt_info_element *el, in iw_set_mgmt_info_element()
177 el->id = id; in iw_set_mgmt_info_element()
178 el->len = len; in iw_set_mgmt_info_element()
179 memcpy(el->data, value, len); in iw_set_mgmt_info_element()
594 .el = { in wl3501_mgmt_join()
613 .el = { in wl3501_mgmt_start()
620 .el = { in wl3501_mgmt_start()
632 .el = { in wl3501_mgmt_start()
644 .el = { in wl3501_mgmt_start()
654 iw_copy_mgmt_info_element(&sig.ssid.el, in wl3501_mgmt_start()
173 iw_set_mgmt_info_element(enum iw_mgmt_info_element_ids id, struct iw_mgmt_info_element *el, void *value, int len) iw_set_mgmt_info_element() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/legacy/
H A Dwl3501_cs.c174 struct iw_mgmt_info_element *el, in iw_set_mgmt_info_element()
177 el->id = id; in iw_set_mgmt_info_element()
178 el->len = len; in iw_set_mgmt_info_element()
179 memcpy(el->data, value, len); in iw_set_mgmt_info_element()
594 .el = { in wl3501_mgmt_join()
613 .el = { in wl3501_mgmt_start()
620 .el = { in wl3501_mgmt_start()
632 .el = { in wl3501_mgmt_start()
644 .el = { in wl3501_mgmt_start()
654 iw_copy_mgmt_info_element(&sig.ssid.el, in wl3501_mgmt_start()
173 iw_set_mgmt_info_element(enum iw_mgmt_info_element_ids id, struct iw_mgmt_info_element *el, void *value, int len) iw_set_mgmt_info_element() argument
[all...]
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dentry.S63 .macro kernel_ventry, el, label, regsize = 64
66 .if \el == 0
93 b el\()\el\()_\label
125 b el\()\el\()_\label
185 .macro kernel_entry, el, regsize = 64
205 .if \el == 0
234 .endif /* \el == 0 */
244 .if \el
[all...]

Completed in 26 milliseconds

12345