Searched refs:stage (Results 1 - 25 of 148) sorted by last modified time

123456

/linux-master/arch/riscv/errata/thead/
H A Derrata.c25 static bool errata_probe_mae(unsigned int stage, argument
34 if (stage != RISCV_ALTERNATIVES_EARLY_BOOT &&
35 stage != RISCV_ALTERNATIVES_MODULE)
107 static bool errata_probe_cmo(unsigned int stage, argument
116 if (stage == RISCV_ALTERNATIVES_EARLY_BOOT)
119 if (stage == RISCV_ALTERNATIVES_BOOT) {
128 static bool errata_probe_pmu(unsigned int stage, argument
138 if (stage == RISCV_ALTERNATIVES_EARLY_BOOT)
144 static u32 thead_errata_probe(unsigned int stage, argument
149 if (errata_probe_mae(stage, archi
160 thead_errata_patch_func(struct alt_entry *begin, struct alt_entry *end, unsigned long archid, unsigned long impid, unsigned int stage) argument
[all...]
/linux-master/net/bluetooth/
H A Dhci_sync.c3432 /* Run init stage NULL terminated function table */
3434 const struct hci_init_stage *stage)
3438 for (i = 0; stage[i].func; i++) {
3441 err = stage[i].func(hdev);
3534 /* BR Controller init stage 1 command sequence */
3592 /* AMP Controller init stage 1 command sequence */
3637 /* AMP Controller init stage 2 command sequence */
3738 /* BR Controller init stage 2 command sequence */
3838 /* HCI Controller init stage 2 command sequence */
3884 /* LE Controller init stage
3433 hci_init_stage_sync(struct hci_dev *hdev, const struct hci_init_stage *stage) argument
[all...]
/linux-master/arch/x86/kvm/
H A Dx86.c8480 enum x86_intercept_stage stage)
8482 return static_call(kvm_x86_check_intercept)(emul_to_vcpu(ctxt), info, stage,
8478 emulator_intercept(struct x86_emulate_ctxt *ctxt, struct x86_instruction_info *info, enum x86_intercept_stage stage) argument
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c8006 enum x86_intercept_stage stage,
8004 vmx_check_intercept(struct kvm_vcpu *vcpu, struct x86_instruction_info *info, enum x86_intercept_stage stage, struct x86_exception *exception) argument
/linux-master/arch/x86/kvm/svm/
H A Dsvm.c4368 .stage = X86_ICPT_PRE_EXCEPT, }
4370 .stage = X86_ICPT_POST_EXCEPT, }
4372 .stage = X86_ICPT_POST_MEMACCESS, }
4376 enum x86_intercept_stage stage; member in struct:__x86_intercept
4433 enum x86_intercept_stage stage,
4446 if (stage != icpt_info.stage)
4431 svm_check_intercept(struct kvm_vcpu *vcpu, struct x86_instruction_info *info, enum x86_intercept_stage stage, struct x86_exception *exception) argument
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h1744 enum x86_intercept_stage stage,
/linux-master/fs/btrfs/
H A Dextent-tree.c5246 int stage; member in struct:walk_control
5299 if (wc->stage == UPDATE_BACKREF &&
5312 if (wc->stage == DROP_REFERENCE) {
5342 * when wc->stage == UPDATE_BACKREF, this function updates
5358 if (wc->stage == UPDATE_BACKREF &&
5367 ((wc->stage == DROP_REFERENCE && wc->refs[level] != 1) ||
5368 (wc->stage == UPDATE_BACKREF && !(wc->flags[level] & flag)))) {
5381 if (wc->stage == DROP_REFERENCE) {
5392 /* wc->stage == UPDATE_BACKREF */
5445 * when wc->stage
[all...]
/linux-master/tools/testing/selftests/kvm/aarch64/
H A Darch_timer.c62 enum guest_stage stage = shared_data->guest_stage; local
71 switch (stage) {
121 enum guest_stage stage)
125 shared_data->guest_stage = stage;
120 guest_run_stage(struct test_vcpu_shared_data *shared_data, enum guest_stage stage) argument
H A Dhypercalls.c50 static int stage = TEST_STAGE_REG_IFACE; variable
104 switch (stage) {
108 "a0 = 0x%lx, func_id = 0x%x, arg1 = 0x%lx, stage = %u",
109 res.a0, hc_info->func_id, hc_info->arg1, stage);
113 "a0 = 0x%lx, func_id = 0x%x, arg1 = 0x%lx, stage = %u",
114 res.a0, hc_info->func_id, hc_info->arg1, stage);
117 GUEST_FAIL("Unexpected stage = %u", stage);
124 while (stage != TEST_STAGE_END) {
125 switch (stage) {
[all...]
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c5434 struct hclge_fd_key_cfg *stage; local
5441 stage = &hdev->fd_cfg.key_cfg[stage_num];
5442 req->stage = stage_num;
5443 req->key_select = stage->key_sel;
5444 req->inner_sipv6_word_en = stage->inner_sipv6_word_en;
5445 req->inner_dipv6_word_en = stage->inner_dipv6_word_en;
5446 req->outer_sipv6_word_en = stage->outer_sipv6_word_en;
5447 req->outer_dipv6_word_en = stage->outer_dipv6_word_en;
5448 req->tuple_mask = cpu_to_le32(~stage->tuple_active);
5449 req->meta_data_mask = cpu_to_le32(~stage
5532 hclge_fd_tcam_config(struct hclge_dev *hdev, u8 stage, bool sel_x, int loc, u8 *key, bool is_add) argument
5574 hclge_fd_ad_config(struct hclge_dev *hdev, u8 stage, int loc, struct hclge_fd_ad_data *action) argument
5743 hclge_config_key(struct hclge_dev *hdev, u8 stage, struct hclge_fd_rule *rule) argument
5800 hclge_config_action(struct hclge_dev *hdev, u8 stage, struct hclge_fd_rule *rule) argument
[all...]
/linux-master/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c1512 * VMID 0 is reserved for stage-2 bypass EL1 STEs, see
2008 if (smmu_domain->stage == ARM_SMMU_DOMAIN_S1) {
2099 if (smmu_domain->stage == ARM_SMMU_DOMAIN_S1) {
2218 if (smmu_domain->stage == ARM_SMMU_DOMAIN_S1) {
2276 /* Reserve VMID 0 for stage-2 bypass STEs */
2298 /* Restrict the stage to what we can actually support */
2300 smmu_domain->stage = ARM_SMMU_DOMAIN_S2;
2302 smmu_domain->stage = ARM_SMMU_DOMAIN_S1;
2304 switch (smmu_domain->stage) {
2562 switch (smmu_domain->stage) {
[all...]
H A Darm-smmu-v3.h726 enum arm_smmu_domain_stage stage; member in struct:arm_smmu_domain
/linux-master/include/linux/greybus/
H A Dgreybus_protocols.h402 __u8 stage; member in struct:gb_bootrom_firmware_size_request
/linux-master/drivers/thunderbolt/
H A Dicm.c1158 int stage)
1166 request.stage = stage;
1157 icm_tr_xdomain_tear_down(struct tb *tb, struct tb_xdomain *xd, int stage) argument
/linux-master/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_phy.c535 u8 *stage, u8 *step, u32 *delay)
591 switch (*stage) {
604 if ((*stage) == 2)
606 (*stage)++;
534 _rtl92e_phy_switch_channel_step(struct net_device *dev, u8 channel, u8 *stage, u8 *step, u32 *delay) argument
/linux-master/drivers/staging/greybus/
H A Dbootrom.c144 static int find_firmware(struct gb_bootrom *bootrom, u8 stage) argument
155 if (stage != 2) {
156 dev_err(&connection->bundle->dev, "Invalid boot stage: %u\n",
157 stage);
210 ret = find_firmware(bootrom, size_request->stage);
/linux-master/arch/riscv/kernel/
H A Dcpufeature.c763 unsigned int stage)
769 if (stage == RISCV_ALTERNATIVES_EARLY_BOOT)
761 riscv_cpufeature_patch_func(struct alt_entry *begin, struct alt_entry *end, unsigned int stage) argument
H A Dalternative.c29 unsigned int stage);
154 unsigned int stage)
160 riscv_cpufeature_patch_func(begin, end, stage);
168 stage);
152 _apply_alternatives(struct alt_entry *begin, struct alt_entry *end, unsigned int stage) argument
/linux-master/arch/riscv/errata/andes/
H A Derrata.c41 static void errata_probe_iocp(unsigned int stage, unsigned long arch_id, unsigned long impid) argument
66 unsigned int stage)
68 if (stage == RISCV_ALTERNATIVES_BOOT)
69 errata_probe_iocp(stage, archid, impid);
64 andes_errata_patch_func(struct alt_entry *begin, struct alt_entry *end, unsigned long archid, unsigned long impid, unsigned int stage) argument
/linux-master/drivers/acpi/
H A Dsleep.c908 static int acpi_hibernation_begin(pm_message_t stage) argument
916 if (stage.event == PM_EVENT_HIBERNATE)
977 * @stage: The power management event message.
979 static int acpi_hibernation_begin_old(pm_message_t stage) argument
999 if (stage.event == PM_EVENT_HIBERNATE)
/linux-master/fs/f2fs/
H A Dgc.c607 int stage = 0; local
617 if (stage++ == 0)
647 ve = rb_entry(stage == 0 ? rb_prev(&ve->rb_node) :
653 if (stage++ == 0)
/linux-master/drivers/infiniband/hw/mlx5/
H A Dmlx5_ib.h978 .stage[_stage] = {.init = _init, .cleanup = _cleanup}
981 struct mlx5_ib_stage stage[MLX5_IB_STAGE_MAX]; member in struct:mlx5_ib_profile
1462 int stage);
/linux-master/tools/testing/selftests/kvm/s390x/
H A Dmemop.c258 enum stage { enum
271 #define HOST_SYNC(info_p, stage) \
276 int __stage = (stage); \
/linux-master/drivers/ufs/host/
H A Dufs-mediatek.h245 #define ufs_mtk_ref_clk_notify(on, stage, res) \
246 ufs_mtk_smc(UFS_MTK_SIP_REF_CLK_NOTIFICATION, &(res), on, stage)
H A Dufs-mediatek.c1076 enum ufs_notify_change_status stage,
1082 switch (stage) {
1177 enum ufs_notify_change_status stage)
1181 switch (stage) {
1075 ufs_mtk_pwr_change_notify(struct ufs_hba *hba, enum ufs_notify_change_status stage, struct ufs_pa_layer_attr *dev_max_params, struct ufs_pa_layer_attr *dev_req_params) argument
1176 ufs_mtk_link_startup_notify(struct ufs_hba *hba, enum ufs_notify_change_status stage) argument

Completed in 435 milliseconds

123456