Home
last modified time | relevance | path

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

/linux/arch/x86/xen/
H A Dp2m.c897 int type, prev_type; in p2m_dump_show() local
899 prev_type = xen_p2m_elem_type(0); in p2m_dump_show()
904 if (type != prev_type) { in p2m_dump_show()
906 type_name[prev_type]); in p2m_dump_show()
907 prev_type = type; in p2m_dump_show()
912 type_name[prev_type]); in p2m_dump_show()
/linux/fs/ntfs3/
H A Drecord.c203 u32 t32, off, asize, prev_type; in mi_enum_attr() local
224 prev_type = 0; in mi_enum_attr()
235 prev_type = le32_to_cpu(attr->type); in mi_enum_attr()
261 if (t32 < prev_type) in mi_enum_attr()
/linux/arch/x86/kernel/
H A Dunwind_frame.c200 enum stack_type prev_type = info->type; in update_stack_state() local
234 if (state->orig_sp && state->stack_info.type == prev_type && in update_stack_state()
H A Dunwind_orc.c471 enum stack_type prev_type = state->stack_info.type; in unwind_next_frame() local
664 if (state->stack_info.type == prev_type && in unwind_next_frame()
/linux/drivers/net/wireless/ath/ath12k/
H A Dqmi.h102 u32 prev_type; member
H A Dqmi.c2550 if (chunk->prev_type == chunk->type && in ath12k_qmi_alloc_chunk()
2578 chunk->prev_type = chunk->type; in ath12k_qmi_alloc_chunk()
/linux/drivers/infiniband/hw/mlx5/
H A Dfs.c193 struct mlx5_flow_act *action, u32 prev_type) in parse_flow_attr() argument
429 switch (prev_type) { in parse_flow_attr()
1522 u32 prev_type = 0; in _create_flow_rule() local
1545 prev_type); in _create_flow_rule()
1549 prev_type = ((union ib_flow_spec *)ib_flow)->type; in _create_flow_rule()
/linux/kernel/bpf/
H A Dverifier.c19737 enum bpf_reg_type *prev_type = &env->insn_aux_data[env->insn_idx].ptr_type; in save_aux_ptr_type() local
19740 if (*prev_type == NOT_INIT) { in save_aux_ptr_type()
19745 *prev_type = type; in save_aux_ptr_type()
19746 } else if (reg_type_mismatch(type, *prev_type)) { in save_aux_ptr_type()
19756 is_ptr_to_mem_or_btf_id(*prev_type)) { in save_aux_ptr_type()
19764 if (is_ptr_to_mem(type) || is_ptr_to_mem(*prev_type)) in save_aux_ptr_type()
19768 if ((type & PTR_UNTRUSTED) || (*prev_type & PTR_UNTRUSTED)) in save_aux_ptr_type()
19770 if ((type & MEM_RDONLY) || (*prev_type & MEM_RDONLY)) in save_aux_ptr_type()
19772 *prev_type = merged_type; in save_aux_ptr_type()