Home
last modified time | relevance | path

Searched refs:prev_type (Results 1 – 11 of 11) 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.c487 enum stack_type prev_type = state->stack_info.type; in unwind_next_frame() local
679 if (state->stack_info.type == prev_type && in unwind_next_frame()
/linux/fs/
H A Dbinfmt_elf.c730 bool have_prev_type, u32 *prev_type) in parse_elf_property() argument
759 if (have_prev_type && pr->pr_type <= *prev_type) in parse_elf_property()
761 *prev_type = pr->pr_type; in parse_elf_property()
787 u32 prev_type; in parse_elf_properties() local
825 have_prev_type, &prev_type); in parse_elf_properties()
/linux/drivers/net/wireless/ath/ath11k/
H A Dqmi.h103 u32 prev_type; member
H A Dqmi.c1994 if (chunk->prev_type == chunk->type && in ath11k_qmi_alloc_target_mem_chunk()
2002 chunk->prev_size, chunk->prev_type); in ath11k_qmi_alloc_target_mem_chunk()
2033 chunk->prev_type = chunk->type; in ath11k_qmi_alloc_target_mem_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()
1524 u32 prev_type = 0; in _create_flow_rule() local
1547 prev_type); in _create_flow_rule()
1551 prev_type = ((union ib_flow_spec *)ib_flow)->type; in _create_flow_rule()
/linux/tools/perf/util/
H A Devsel.c1115 u64 prev_type = 0; in evsel__apply_ratio_to_prev() local
1145 prev_type = evsel_prev->core.attr.sample_type; in evsel__apply_ratio_to_prev()
1147 if (!(prev_type & PERF_SAMPLE_PERIOD)) { in evsel__apply_ratio_to_prev()
/linux/drivers/net/wireless/ath/ath12k/
H A Dqmi.c2591 if (chunk->prev_type == chunk->type && in ath12k_qmi_alloc_chunk()
2619 chunk->prev_type = chunk->type; in ath12k_qmi_alloc_chunk()
/linux/kernel/bpf/
H A Dverifier.c20786 enum bpf_reg_type *prev_type = &env->insn_aux_data[env->insn_idx].ptr_type; in save_aux_ptr_type() local
20789 if (*prev_type == NOT_INIT) { in save_aux_ptr_type()
20794 *prev_type = type; in save_aux_ptr_type()
20795 } else if (reg_type_mismatch(type, *prev_type)) { in save_aux_ptr_type()
20805 is_ptr_to_mem_or_btf_id(*prev_type)) { in save_aux_ptr_type()
20813 if (is_ptr_to_mem(type) || is_ptr_to_mem(*prev_type)) in save_aux_ptr_type()
20817 if ((type & PTR_UNTRUSTED) || (*prev_type & PTR_UNTRUSTED)) in save_aux_ptr_type()
20819 if ((type & MEM_RDONLY) || (*prev_type & MEM_RDONLY)) in save_aux_ptr_type()
20821 *prev_type = merged_type; in save_aux_ptr_type()