Home
last modified time | relevance | path

Searched refs:stage1 (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/liveupdate/
H A Dluo_test_utils.c232 luo_test_stage1_fn stage1, in luo_test() argument
261 stage1(luo_fd); in luo_test()
H A Dluo_test_utils.h42 luo_test_stage1_fn stage1, luo_test_stage2_fn stage2);
/linux/drivers/iommu/arm/arm-smmu/
H A Darm-smmu.c524 bool stage1 = cfg->cbar != CBAR_TYPE_S2_TRANS; in arm_smmu_init_context_bank() local
529 if (stage1) { in arm_smmu_init_context_bank()
545 if (stage1) { in arm_smmu_init_context_bank()
565 if (stage1) { in arm_smmu_init_context_bank()
579 bool stage1; in arm_smmu_write_context_bank() local
589 stage1 = cfg->cbar != CBAR_TYPE_S2_TRANS; in arm_smmu_write_context_bank()
613 if (stage1) { in arm_smmu_write_context_bank()
629 if (stage1 && smmu->version > ARM_SMMU_V1) in arm_smmu_write_context_bank()
640 if (stage1) in arm_smmu_write_context_bank()
646 if (stage1) { in arm_smmu_write_context_bank()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/inc/
H A Ddml2_internal_shared_types.h363 struct dml2_optimization_stage1_state stage1; member
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_dpmm/
H A Ddml2_dpmm_dcn4.c42 min_clock_index_for_latency = in_out->display_cfg->stage1.min_clk_index_for_latency; in get_minimum_clocks_for_latency()