Searched refs:branch_type (Results 1 – 3 of 3) sorted by relevance
| /drivers/perf/ |
| A D | arm_brbe.c | 339 if (branch_type & PERF_SAMPLE_BRANCH_ANY) { in branch_type_to_brbfcr() 352 if (branch_type & PERF_SAMPLE_BRANCH_IND_CALL) in branch_type_to_brbfcr() 355 if (branch_type & PERF_SAMPLE_BRANCH_COND) in branch_type_to_brbfcr() 358 if (branch_type & PERF_SAMPLE_BRANCH_IND_JUMP) in branch_type_to_brbfcr() 361 if (branch_type & PERF_SAMPLE_BRANCH_CALL) in branch_type_to_brbfcr() 380 static u64 branch_type_to_brbcr(int branch_type) in branch_type_to_brbcr() argument 384 if (branch_type & PERF_SAMPLE_BRANCH_USER) in branch_type_to_brbcr() 392 if (branch_type & PERF_SAMPLE_BRANCH_KERNEL) in branch_type_to_brbcr() 395 if (branch_type & PERF_SAMPLE_BRANCH_HV) { in branch_type_to_brbcr() 415 if (branch_type & PERF_SAMPLE_BRANCH_KERNEL) { in branch_type_to_brbcr() [all …]
|
| /drivers/clk/rockchip/ |
| A D | clk.h | 898 .branch_type = branch_ddrclk, \ 915 .branch_type = branch_mux, \ 930 .branch_type = branch_mux, \ 946 .branch_type = branch_grf_mux, \ 962 .branch_type = branch_divider, \ 977 .branch_type = branch_divider, \ 992 .branch_type = branch_gate, \ 1033 .branch_type = branch_mmc, \ 1044 .branch_type = branch_grf_mmc, \ 1068 .branch_type = branch_factor, \ [all …]
|
| A D | clk.c | 218 if (child && child->branch_type != branch_mux) { in rockchip_clk_register_frac_branch() 512 if ((list->branch_type == branch_grf_mux || in rockchip_clk_register_branches() 513 list->branch_type == branch_grf_gate || in rockchip_clk_register_branches() 514 list->branch_type == branch_grf_mmc) && in rockchip_clk_register_branches() 525 switch (list->branch_type) { in rockchip_clk_register_branches() 662 __func__, list->branch_type); in rockchip_clk_register_branches() 687 switch (list->branch_type) { in rockchip_clk_register_late_branches() 692 dev_err(dev, "unknown clock type %d\n", list->branch_type); in rockchip_clk_register_late_branches()
|
Completed in 13 milliseconds