Home
last modified time | relevance | path

Searched defs:ste (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-5.10/arch/microblaze/include/asm/
H A Dpage.h92 typedef struct { unsigned long ste[64]; } pmd_t; member
/kernel/linux/linux-5.10/arch/s390/mm/
H A Dpgalloc.c410 unsigned long *ste, next, table; in base_segment_walk() local
H A Dgmap.c1326 unsigned long sto, *ste, *pgt; in gmap_unshadow_pgt() local
/kernel/linux/linux-6.6/drivers/iommu/
H A Ds390-iommu.c352 unsigned long ste, pte, rte; in s390_iommu_iova_to_phys() local
/kernel/linux/linux-6.6/arch/s390/mm/
H A Dpgalloc.c550 unsigned long *ste, next, *table; in base_segment_walk() local
H A Dgmap.c1349 unsigned long *ste; in gmap_unshadow_pgt() local
/kernel/linux/linux-6.6/arch/s390/pci/
H A Dpci_dma.c95 unsigned long old_ste, ste; in dma_get_page_table_origin() local
/kernel/linux/linux-5.10/arch/s390/kvm/
H A Dgaccess.c728 union segment_table_entry ste; in guest_translate() local
1124 union segment_table_entry ste; kvm_s390_shadow_tables() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_rule.c46 struct mlx5dr_ste *ste; in dr_rule_create_collision_htbl() local
72 struct mlx5dr_ste *ste; in dr_rule_create_collision_entry() local
151 struct mlx5dr_ste *ste; dr_rule_find_ste_in_miss_list() local
492 dr_rule_handle_collision(struct mlx5dr_matcher *matcher, struct mlx5dr_matcher_rx_tx *nic_matcher, struct mlx5dr_ste *ste, u8 *hw_ste, struct list_head *miss_list, struct list_head *send_list) dr_rule_handle_collision() argument
572 mlx5dr_rule_update_rule_member(struct mlx5dr_ste *ste, struct mlx5dr_ste *new_ste) mlx5dr_rule_update_rule_member() argument
631 dr_rule_add_member(struct mlx5dr_rule_rx_tx *nic_rule, struct mlx5dr_ste *ste) dr_rule_add_member() argument
716 dr_rule_handle_empty_entry(struct mlx5dr_matcher *matcher, struct mlx5dr_matcher_rx_tx *nic_matcher, struct mlx5dr_ste_htbl *cur_htbl, struct mlx5dr_ste *ste, u8 ste_location, u8 *hw_ste, struct list_head *miss_list, struct list_head *send_list) dr_rule_handle_empty_entry() argument
783 struct mlx5dr_ste *ste; dr_rule_handle_ste_branch() local
1027 struct mlx5dr_ste *ste = NULL; dr_rule_create_rule_nic() local
[all...]
H A Ddr_send.c284 void mlx5dr_send_fill_and_append_ste_send_info(struct mlx5dr_ste *ste, u16 size, in mlx5dr_send_fill_and_append_ste_send_info() argument
429 int mlx5dr_send_postsend_ste(struct mlx5dr_domain *dmn, struct mlx5dr_ste *ste, in mlx5dr_send_postsend_ste() argument
469 struct mlx5dr_ste *ste = &htbl->ste_arr[ste_index + j]; mlx5dr_send_postsend_htbl() local
[all...]
H A Ddr_ste.c300 u64 mlx5dr_ste_get_icm_addr(struct mlx5dr_ste *ste) in mlx5dr_ste_get_icm_addr() argument
307 u64 mlx5dr_ste_get_mr_addr(struct mlx5dr_ste *ste) in mlx5dr_ste_get_mr_addr() argument
314 struct list_head *mlx5dr_ste_get_miss_list(struct mlx5dr_ste *ste) in mlx5dr_ste_get_miss_list() argument
321 dr_ste_always_hit_htbl(struct mlx5dr_ste *ste, struct mlx5dr_ste_htbl *next_htbl) dr_ste_always_hit_htbl() argument
367 dr_ste_remove_head_ste(struct mlx5dr_ste *ste, struct mlx5dr_matcher_rx_tx *nic_matcher, struct mlx5dr_ste_send_info *ste_info_head, struct list_head *send_ste_list, struct mlx5dr_ste_htbl *stats_tbl) dr_ste_remove_head_ste() argument
403 dr_ste_replace_head_ste(struct mlx5dr_ste *ste, struct mlx5dr_ste *next_ste, struct mlx5dr_ste_send_info *ste_info_head, struct list_head *send_ste_list, struct mlx5dr_ste_htbl *stats_tbl) dr_ste_replace_head_ste() argument
440 dr_ste_remove_middle_ste(struct mlx5dr_ste *ste, struct mlx5dr_ste_send_info *ste_info, struct list_head *send_ste_list, struct mlx5dr_ste_htbl *stats_tbl) dr_ste_remove_middle_ste() argument
465 mlx5dr_ste_free(struct mlx5dr_ste *ste, struct mlx5dr_matcher *matcher, struct mlx5dr_matcher_rx_tx *nic_matcher) mlx5dr_ste_free() argument
551 mlx5dr_ste_always_miss_addr(struct mlx5dr_ste *ste, u64 miss_addr) mlx5dr_ste_always_miss_addr() argument
567 struct mlx5dr_ste ste = {}; mlx5dr_ste_set_formatted_ste() local
595 mlx5dr_ste_create_next_htbl(struct mlx5dr_matcher *matcher, struct mlx5dr_matcher_rx_tx *nic_matcher, struct mlx5dr_ste *ste, u8 *cur_hw_ste, enum mlx5dr_icm_chunk_size log_table_size) mlx5dr_ste_create_next_htbl() argument
684 struct mlx5dr_ste *ste = &htbl->ste_arr[i]; mlx5dr_ste_htbl_alloc() local
[all...]
H A Ddr_types.h172 struct mlx5dr_ste *ste; member
253 mlx5dr_ste_put(struct mlx5dr_ste *ste, struct mlx5dr_matcher *matcher, struct mlx5dr_matcher_rx_tx *nic_matcher) mlx5dr_ste_put() argument
263 mlx5dr_ste_get(struct mlx5dr_ste *ste) mlx5dr_ste_get() argument
268 mlx5dr_ste_is_not_used(struct mlx5dr_ste *ste) mlx5dr_ste_is_not_used() argument
724 struct mlx5dr_ste *ste; global() member
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_dbg.c263 dr_dump_rule_mem(struct seq_file *file, struct mlx5dr_ste *ste, in dr_dump_rule_mem() argument
H A Ddr_rule.c64 struct mlx5dr_ste *ste; in dr_rule_create_collision_htbl() local
90 struct mlx5dr_ste *ste; in dr_rule_create_collision_entry() local
177 struct mlx5dr_ste *ste; dr_rule_find_ste_in_miss_list() local
535 dr_rule_handle_collision(struct mlx5dr_matcher *matcher, struct mlx5dr_matcher_rx_tx *nic_matcher, struct mlx5dr_ste *ste, u8 *hw_ste, struct list_head *miss_list, struct list_head *send_list) dr_rule_handle_collision() argument
613 mlx5dr_rule_set_last_member(struct mlx5dr_rule_rx_tx *nic_rule, struct mlx5dr_ste *ste, bool force) mlx5dr_rule_set_last_member() argument
779 dr_rule_handle_empty_entry(struct mlx5dr_matcher *matcher, struct mlx5dr_matcher_rx_tx *nic_matcher, struct mlx5dr_ste_htbl *cur_htbl, struct mlx5dr_ste *ste, u8 ste_location, u8 *hw_ste, struct list_head *miss_list, struct list_head *send_list) dr_rule_handle_empty_entry() argument
848 struct mlx5dr_ste *ste; dr_rule_handle_ste_branch() local
1127 struct mlx5dr_ste *ste = NULL; dr_rule_create_rule_nic() local
[all...]
H A Ddr_ste.c124 u64 mlx5dr_ste_get_icm_addr(struct mlx5dr_ste *ste) in mlx5dr_ste_get_icm_addr() argument
132 u64 mlx5dr_ste_get_mr_addr(struct mlx5dr_ste *ste) in mlx5dr_ste_get_mr_addr() argument
139 u8 *mlx5dr_ste_get_hw_ste(struct mlx5dr_ste *ste) in mlx5dr_ste_get_hw_ste() argument
146 mlx5dr_ste_get_miss_list(struct mlx5dr_ste *ste) mlx5dr_ste_get_miss_list() argument
198 dr_ste_remove_head_ste(struct mlx5dr_ste_ctx *ste_ctx, struct mlx5dr_ste *ste, struct mlx5dr_matcher_rx_tx *nic_matcher, struct mlx5dr_ste_send_info *ste_info_head, struct list_head *send_ste_list, struct mlx5dr_ste_htbl *stats_tbl) dr_ste_remove_head_ste() argument
234 dr_ste_replace_head_ste(struct mlx5dr_matcher_rx_tx *nic_matcher, struct mlx5dr_ste *ste, struct mlx5dr_ste *next_ste, struct mlx5dr_ste_send_info *ste_info_head, struct list_head *send_ste_list, struct mlx5dr_ste_htbl *stats_tbl) dr_ste_replace_head_ste() argument
281 dr_ste_remove_middle_ste(struct mlx5dr_ste_ctx *ste_ctx, struct mlx5dr_ste *ste, struct mlx5dr_ste_send_info *ste_info, struct list_head *send_ste_list, struct mlx5dr_ste_htbl *stats_tbl) dr_ste_remove_middle_ste() argument
308 mlx5dr_ste_free(struct mlx5dr_ste *ste, struct mlx5dr_matcher *matcher, struct mlx5dr_matcher_rx_tx *nic_matcher) mlx5dr_ste_free() argument
445 mlx5dr_ste_create_next_htbl(struct mlx5dr_matcher *matcher, struct mlx5dr_matcher_rx_tx *nic_matcher, struct mlx5dr_ste *ste, u8 *cur_hw_ste, enum mlx5dr_icm_chunk_size log_table_size) mlx5dr_ste_create_next_htbl() argument
523 struct mlx5dr_ste *ste = &chunk->ste_arr[i]; mlx5dr_ste_htbl_alloc() local
[all...]
H A Ddr_send.c513 void mlx5dr_send_fill_and_append_ste_send_info(struct mlx5dr_ste *ste, u16 size, in mlx5dr_send_fill_and_append_ste_send_info() argument
696 int mlx5dr_send_postsend_ste(struct mlx5dr_domain *dmn, struct mlx5dr_ste *ste, in mlx5dr_send_postsend_ste() argument
740 struct mlx5dr_ste *ste = &htbl->chunk->ste_arr[ste_index + j]; mlx5dr_send_postsend_htbl() local
[all...]
H A Ddr_types.h200 struct mlx5dr_ste *ste; member
355 mlx5dr_ste_put(struct mlx5dr_ste *ste, struct mlx5dr_matcher *matcher, struct mlx5dr_matcher_rx_tx *nic_matcher) mlx5dr_ste_put() argument
365 mlx5dr_ste_get(struct mlx5dr_ste *ste) mlx5dr_ste_get() argument
370 mlx5dr_ste_is_not_used(struct mlx5dr_ste *ste) mlx5dr_ste_is_not_used() argument
[all...]
/third_party/python/Python/
H A Dsymtable.c63 PySTEntryObject *ste = NULL; in ste_new() local
129 ste_repr(PySTEntryObject *ste) ste_repr() argument
137 ste_dealloc(PySTEntryObject *ste) ste_dealloc() argument
395 _PyST_GetSymbol(PySTEntryObject *ste, PyObject *name) _PyST_GetSymbol() argument
405 _PyST_GetScope(PySTEntryObject *ste, PyObject *name) _PyST_GetScope() argument
412 error_at_directive(PySTEntryObject *ste, PyObject *name) error_at_directive() argument
501 analyze_name(PySTEntryObject *ste, PyObject *scopes, PyObject *name, long flags, PyObject *bound, PyObject *local, PyObject *free, PyObject *global) analyze_name() argument
611 drop_class_free(PySTEntryObject *ste, PyObject *free) drop_class_free() argument
739 analyze_block(PySTEntryObject *ste, PyObject *bound, PyObject *free, PyObject *global) analyze_block() argument
972 PySTEntryObject *prev = NULL, *ste; symtable_enter_block() local
1023 symtable_add_def_helper(struct symtable *st, PyObject *name, int flag, struct _symtable_entry *ste, int lineno, int col_offset, int end_lineno, int end_col_offset) symtable_add_def_helper() argument
1483 struct _symtable_entry *ste; symtable_extend_namedexpr_scope() local
[all...]
H A Dcompile.c7869 PySTEntryObject *ste = c->u->u_ste; in compute_code_flags() local
[all...]
/kernel/linux/linux-6.6/arch/s390/kvm/
H A Dgaccess.c746 union segment_table_entry ste; in guest_translate() local
1526 union segment_table_entry ste; kvm_s390_shadow_tables() local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A Dipr.c2749 const struct ipr_ses_table_entry *ste = ipr_ses_table; in ipr_find_ses_entry() local
2785 const struct ipr_ses_table_entry *ste; in ipr_get_max_scsi_speed() local
/kernel/linux/linux-6.6/drivers/scsi/
H A Dipr.c2660 const struct ipr_ses_table_entry *ste = ipr_ses_table; in ipr_find_ses_entry() local
2696 const struct ipr_ses_table_entry *ste; in ipr_get_max_scsi_speed() local

Completed in 67 milliseconds