/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | bugfix.S | 177 | Test for cu_savepc equal to zero. If not, this is not a bug 186 | cu src equal to xu dest or equal to nu dest. If so, go to 187 | op0. Else, or if opclass2, check for cu dest equal to 188 | xu dest or equal to nu dest. If so, go to tst_opcl. Else, 203 beqs op0 |if equal, continue bugfix 205 | Check for cu dest equal to nu dest. If so, go and fix the 210 beqs op0 |if equal, continue bugfix 216 beqs op0_xu |if equal, continue bugfix 356 | Check for cu dest equal t [all...] |
H A D | x_operr.S | 115 bnes chklerr |if not equal, check for incorrect operr 162 bnes chkwerr |if not equal, check for incorrect operr 189 bnes chkberr |if not equal, check for incorrect operr
|
H A D | get_op.S | 348 bne src_ex_dnrm |if not equal, must be unnorm or denorm 498 bnes try_zero |if not equal, it is not special 550 bnes mtry_zero |if not equal, it is not special
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | bugfix.S | 177 | Test for cu_savepc equal to zero. If not, this is not a bug 186 | cu src equal to xu dest or equal to nu dest. If so, go to 187 | op0. Else, or if opclass2, check for cu dest equal to 188 | xu dest or equal to nu dest. If so, go to tst_opcl. Else, 203 beqs op0 |if equal, continue bugfix 205 | Check for cu dest equal to nu dest. If so, go and fix the 210 beqs op0 |if equal, continue bugfix 216 beqs op0_xu |if equal, continue bugfix 356 | Check for cu dest equal t [all...] |
H A D | x_operr.S | 115 bnes chklerr |if not equal, check for incorrect operr 162 bnes chkwerr |if not equal, check for incorrect operr 189 bnes chkberr |if not equal, check for incorrect operr
|
H A D | get_op.S | 348 bne src_ex_dnrm |if not equal, must be unnorm or denorm 498 bnes try_zero |if not equal, it is not special 550 bnes mtry_zero |if not equal, it is not special
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | pp_psm.c | 239 bool equal; in power_state_management() local 250 &pcurrent->hardware, &requested->hardware, &equal))) in power_state_management() 251 equal = false; in power_state_management() 253 if (!equal || phm_check_smc_update_required_for_display_configuration(hwmgr)) { in power_state_management()
|
H A D | hardwaremanager.c | 291 bool *equal) in phm_check_states_equal() 298 return hwmgr->hwmgr_func->check_states_equal(hwmgr, pstate1, pstate2, equal); in phm_check_states_equal() 288 phm_check_states_equal(struct pp_hwmgr *hwmgr, const struct pp_hw_power_state *pstate1, const struct pp_hw_power_state *pstate2, bool *equal) phm_check_states_equal() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | pp_psm.c | 248 bool equal; in power_state_management() local 259 &pcurrent->hardware, &requested->hardware, &equal))) in power_state_management() 260 equal = false; in power_state_management() 262 if (!equal || phm_check_smc_update_required_for_display_configuration(hwmgr)) { in power_state_management()
|
H A D | hardwaremanager.c | 294 bool *equal) in phm_check_states_equal() 301 return hwmgr->hwmgr_func->check_states_equal(hwmgr, pstate1, pstate2, equal); in phm_check_states_equal() 291 phm_check_states_equal(struct pp_hwmgr *hwmgr, const struct pp_hw_power_state *pstate1, const struct pp_hw_power_state *pstate2, bool *equal) phm_check_states_equal() argument
|
/kernel/linux/linux-6.6/fs/smb/server/mgmt/ |
H A D | share_config.c | 140 bool equal; in share_config_request() local 145 equal = !strcmp(cf_resp_name, name); in share_config_request() 147 if (!equal) in share_config_request()
|
/kernel/liteos_a/lib/libc/musl/src/arch/arm/ |
H A D | memcmp.S | 77 vorr d4, d0, d1 @ d4: Save the result of calculating whether the first 16 bytes are equal. 78 vorr d5, d2, d3 @ d5: Save the result of calculating whether the last 16 bytes are equal. 79 vorr d6, d4, d5 @ d6: Save the result of 32 bytes calculation whether they are equal. 87 * We use r3 to indicate whether the first half of the multibytes are equal, 88 * and r4 to indicate whether the second half of the multibytes are equal.
|
/kernel/linux/linux-5.10/tools/perf/ui/ |
H A D | hist.c | 271 * Put caller above callee when they have equal period. in __hpp__sort_acc() 472 .equal = hpp__equal, \ 486 .equal = hpp__equal, \ 499 .equal = hpp__equal, \ 630 if (acc->equal(acc, fmt)) { in perf_hpp__cancel_cumulate() 635 if (ovh->equal(ovh, fmt)) in perf_hpp__cancel_cumulate() 642 return a->equal && a->equal(a, b); in fmt_equal()
|
/kernel/linux/linux-6.6/tools/perf/ui/ |
H A D | hist.c | 272 * Put caller above callee when they have equal period. in __hpp__sort_acc() 475 .equal = hpp__equal, \ 489 .equal = hpp__equal, \ 502 .equal = hpp__equal, \ 633 if (acc->equal(acc, fmt)) { in perf_hpp__cancel_cumulate() 638 if (ovh->equal(ovh, fmt)) in perf_hpp__cancel_cumulate() 645 return a->equal && a->equal(a, b); in fmt_equal()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | wq.h | 169 int equal = (cc1 == cc2); in mlx5_wq_cyc_cc_bigger() local 172 return !equal && !smaller; in mlx5_wq_cyc_cc_bigger()
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | attr.py | 105 def equal(self, other): member in Event 250 if (exp_event.equal(res_event)):
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | wq.h | 169 int equal = (cc1 == cc2); in mlx5_wq_cyc_cc_bigger() local 172 return !equal && !smaller; in mlx5_wq_cyc_cc_bigger()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/legacy-dpm/ |
H A D | legacy_dpm.c | 47 #define amdgpu_dpm_check_state_equal(adev, cps, rps, equal) \ 48 ((adev)->powerplay.pp_funcs->check_state_equal((adev)->powerplay.pp_handle, (cps), (rps), (equal))) 934 bool equal = false; in amdgpu_dpm_change_power_state_locked() local 971 if (0 != amdgpu_dpm_check_state_equal(adev, adev->pm.dpm.current_ps, adev->pm.dpm.requested_ps, &equal)) in amdgpu_dpm_change_power_state_locked() 972 equal = false; in amdgpu_dpm_change_power_state_locked() 975 if (equal) in amdgpu_dpm_change_power_state_locked()
|
/kernel/linux/linux-5.10/drivers/md/persistent-data/ |
H A D | dm-btree.h | 73 * called _unless_ the new and old value are deemed equal. 75 int (*equal)(void *context, const void *value1, const void *value2); member
|
/kernel/linux/linux-6.6/drivers/md/persistent-data/ |
H A D | dm-btree.h | 74 * called _unless_ the new and old value are deemed equal. 76 int (*equal)(void *context, const void *value1, const void *value2); member
|
/kernel/linux/linux-5.10/arch/c6x/lib/ |
H A D | strasgi.S | 12 ;; 4, and the size a multiple of 4 greater than or equal to 28.
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/ |
H A D | amdgpu_dpm.h | 331 #define amdgpu_dpm_check_state_equal(adev, cps, rps, equal) \ 332 ((adev)->powerplay.pp_funcs->check_state_equal((adev)->powerplay.pp_handle, (cps), (rps), (equal)))
|
/kernel/linux/linux-6.6/drivers/iommu/arm/arm-smmu/ |
H A D | arm-smmu-qcom.c | 546 { "LENOVO", "CB-01 ", 0x8180, ACPI_SIG_IORT, equal, "QCOM SMMU" }, 547 { "QCOM ", "QCOMEDK2", 0x8180, ACPI_SIG_IORT, equal, "QCOM SMMU" },
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | attr.py | 108 def equal(self, other): member in Event 311 if (exp_event.equal(res_event)):
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | core_reloc.c | 772 int err, i, equal; in test_core_reloc() local 863 equal = memcmp(data->out, test_case->output, in test_core_reloc() 865 if (CHECK(!equal, "check_result", in test_core_reloc()
|