Searched refs:branch (Results 1 - 5 of 5) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_vop2_clk.c | 262 static struct clk *vop2_clk_register(struct vop2 *vop2, struct vop2_clk_branch *branch) in vop2_clk_register() argument 275 vop2_clk->div.shift = branch->div_shift; in vop2_clk_register() 276 vop2_clk->div.width = branch->div_width; in vop2_clk_register() 278 init.name = branch->name; in vop2_clk_register() 279 init.flags = branch->flags; in vop2_clk_register() 280 init.num_parents = branch->num_parents; in vop2_clk_register() 281 init.parent_names = branch->parent_names; in vop2_clk_register() 282 if (branch->branch_type == branch_divider) { in vop2_clk_register() 284 } else if (branch->branch_type == branch_virtual) { in vop2_clk_register() 296 DRM_DEV_ERROR(vop2->dev, "Register %s failed\n", branch in vop2_clk_register() 304 struct vop2_clk_branch *branch = rk3588_vop_clk_branches; vop2_clk_init() local [all...] |
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/ |
H A D | rockchip_vop2_clk.c | 279 static struct clk *vop2_clk_register(struct vop2 *vop2, struct vop2_clk_branch *branch) in vop2_clk_register() argument 291 vop2_clk->div.shift = branch->div_shift; in vop2_clk_register() 292 vop2_clk->div.width = branch->div_width; in vop2_clk_register() 294 init.name = branch->name; in vop2_clk_register() 295 init.flags = branch->flags; in vop2_clk_register() 296 init.num_parents = branch->num_parents; in vop2_clk_register() 297 init.parent_names = branch->parent_names; in vop2_clk_register() 298 if (branch->branch_type == branch_divider) { in vop2_clk_register() 300 } else if (branch->branch_type == branch_virtual) { in vop2_clk_register() 312 DRM_DEV_ERROR(vop2->dev, "Register %s failed\n", branch in vop2_clk_register() 319 struct vop2_clk_branch *branch = rk3588_vop_clk_branches; vop2_clk_init() local [all...] |
/device/soc/rockchip/common/sdk_linux/arch/arm64/ |
H A D | Makefile | 69 # Ensure that if the compiler supports branch protection we default it 70 # off, this will be overridden if we are using branch protection. 71 branch-prot-flags-y += $(call cc-option,-mbranch-protection=none) 74 branch-prot-flags-$(CONFIG_CC_HAS_SIGN_RETURN_ADDRESS) := -msign-return-address=all 79 branch-prot-flags-$(CONFIG_CC_HAS_BRANCH_PROT_PAC_RET_BTI) := -mbranch-protection=pac-ret+leaf+bti 81 branch-prot-flags-$(CONFIG_CC_HAS_BRANCH_PROT_PAC_RET) := -mbranch-protection=pac-ret+leaf 92 KBUILD_CFLAGS += $(branch-prot-flags-y)
|
/device/soc/rockchip/common/sdk_linux/ |
H A D | Makefile | 677 RETPOLINE_CFLAGS := $(call cc-option,-mindirect-branch=thunk-extern -mindirect-branch-register) 678 RETPOLINE_CFLAGS += $(call cc-option,-mindirect-branch-cs-prefix) 679 RETPOLINE_VDSO_CFLAGS := $(call cc-option,-mindirect-branch=thunk-inline -mindirect-branch-register)
|
/device/soc/rockchip/common/sdk_linux/kernel/bpf/ |
H A D | verifier.c | 137 * insn, the register holding that pointer in the true branch changes state to
139 * branch. See check_cond_jmp_op().
153 * passes through a NULL-check conditional. For the branch wherein the state is
163 /* verifier_state + insn_idx are pushed to stack when branch is encountered */
983 * 1. speculative states will bump 'branches' for non-branch
in push_stack() 1757 /* for any branch, call, exit record the history of jmps in the given state */
2726 * branch.
in check_stack_read() 5714 struct bpf_verifier_state *branch;
in sanitize_speculative_path() local 5717 branch = push_stack(env, next_idx, curr_idx, true);
in sanitize_speculative_path() 5718 if (branch in sanitize_speculative_path() [all...] |
Completed in 15 milliseconds