/kernel/linux/linux-5.10/include/net/ |
H A D | tcp.h | 2299 memset(&sock_ops, 0, offsetof(struct bpf_sock_ops_kern, temp)); in tcp_call_bpf()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic.h | 517 u32 temp; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | tcp.h | 2421 memset(&sock_ops, 0, offsetof(struct bpf_sock_ops_kern, temp)); in tcp_call_bpf()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | cwsr_trap_handler_gfx8.asm | 647 //reuse s_restore_m0 as a temp register
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | hfi.h | 2425 int hfi1_tempsense_rd(struct hfi1_devdata *dd, struct hfi1_temp *temp);
|
H A D | chip.c | 13147 int hfi1_tempsense_rd(struct hfi1_devdata *dd, struct hfi1_temp *temp) in hfi1_tempsense_rd() argument 13159 temp->curr = ((reg >> ASIC_STS_THERM_CURR_TEMP_SHIFT) & in hfi1_tempsense_rd() 13161 temp->lo_lim = ((reg >> ASIC_STS_THERM_LO_TEMP_SHIFT) & in hfi1_tempsense_rd() 13163 temp->hi_lim = ((reg >> ASIC_STS_THERM_HI_TEMP_SHIFT) & in hfi1_tempsense_rd() 13165 temp->crit_lim = ((reg >> ASIC_STS_THERM_CRIT_TEMP_SHIFT) & in hfi1_tempsense_rd() 13168 temp->triggers = (u8)((reg >> ASIC_STS_THERM_LOW_SHIFT) & 0x7); in hfi1_tempsense_rd()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mvm.h | 2235 int iwl_mvm_get_temp(struct iwl_mvm *mvm, s32 *temp);
|
/kernel/linux/linux-6.6/arch/xtensa/kernel/ |
H A D | entry.S | 593 wsr a1, depc # use DEPC as temp storage
|
/third_party/mksh/ |
H A D | eval.c | 1586 struct temp *tf = NULL; in comsub()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | chip.c | 13186 int hfi1_tempsense_rd(struct hfi1_devdata *dd, struct hfi1_temp *temp) in hfi1_tempsense_rd() argument 13198 temp->curr = ((reg >> ASIC_STS_THERM_CURR_TEMP_SHIFT) & in hfi1_tempsense_rd() 13200 temp->lo_lim = ((reg >> ASIC_STS_THERM_LO_TEMP_SHIFT) & in hfi1_tempsense_rd() 13202 temp->hi_lim = ((reg >> ASIC_STS_THERM_HI_TEMP_SHIFT) & in hfi1_tempsense_rd() 13204 temp->crit_lim = ((reg >> ASIC_STS_THERM_CRIT_TEMP_SHIFT) & in hfi1_tempsense_rd() 13207 temp->triggers = (u8)((reg >> ASIC_STS_THERM_LOW_SHIFT) & 0x7); in hfi1_tempsense_rd()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/panel/ |
H A D | panel_test_ng.cpp | 3063 auto temp = AceType::MakeRefPtr<SlidingPanelNode>("test", 1, AceType::MakeRefPtr<Pattern>()); in HWTEST_F() local 3064 ElementRegister::GetInstance()->itemMap_.emplace(std::make_pair(5, AceType::WeakClaim(AceType::RawPtr(temp)))); in HWTEST_F()
|
/kernel/linux/linux-5.10/drivers/net/bonding/ |
H A D | bond_main.c | 3910 struct rtnl_link_stats64 temp; in bond_get_stats() local 3926 dev_get_stats(slave->dev, &temp); in bond_get_stats()
|
/kernel/linux/linux-5.10/drivers/iommu/intel/ |
H A D | iommu.c | 3372 u32 temp = 2 << ecap_pss(iommu->ecap); in init_dmars() local 3374 intel_pasid_max_id = min_t(u32, temp, in init_dmars()
|
/kernel/linux/linux-6.6/drivers/net/bonding/ |
H A D | bond_main.c | 4425 struct rtnl_link_stats64 temp; in bond_get_stats() local 4441 dev_get_stats(slave->dev, &temp); in bond_get_stats()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_dp.c | 5747 u32 temp = intel_de_read(dev_priv, PEG_BAND_GAP_DATA); in intel_dp_init_connector() local 5749 (temp & ~0xf) | 0xd); in intel_dp_init_connector()
|
/kernel/linux/linux-6.6/drivers/iommu/intel/ |
H A D | iommu.c | 2779 u32 temp = 2 << ecap_pss(iommu->ecap); in init_dmars() local 2781 intel_pasid_max_id = min_t(u32, temp, in init_dmars()
|
/third_party/mesa3d/src/amd/addrlib/src/gfx10/ |
H A D | gfx10addrlib.cpp | 3806 const UINT_32 temp = mipX; 3808 mipY = temp;
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-js.cc | 2668 Handle<FunctionTemplateInfo> temp = in CreateFunc() local 2671 ApiNatives::InstantiateFunction(temp, name).ToHandleChecked(); in CreateFunc()
|
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | macro-assembler-loong64.cc | 2044 // v = v - ((v >> 1) & (T)~(T)0/3); // temp in CallRecordWriteStub() 2045 // v = (v & (T)~(T)0/15*3) + ((v >> 2) & (T)~(T)0/15*3); // temp in CallRecordWriteStub() 2046 // v = (v + (v >> 4)) & (T)~(T)0/255*15; // temp in CallRecordWriteStub() 3596 UseScratchRegisterScope temp(this); in CallRecordWriteStub() 3597 Register scratch = temp.Acquire(); in CallRecordWriteStub()
|
/third_party/python/Lib/test/ |
H A D | test_xml_etree.py | 174 temp = pickle.dumps(obj, proto) 176 result = pickle.loads(temp)
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/ |
H A D | si_dpm.c | 7850 u32 temp; in si_dpm_get_temp() local 7854 temp = (RREG32(CG_MULT_THERMAL_STATUS) & CTF_TEMP_MASK) >> in si_dpm_get_temp() 7857 if (temp & 0x200) in si_dpm_get_temp() 7860 actual_temp = temp & 0x1ff; in si_dpm_get_temp()
|
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/ |
H A D | ql4_os.c | 4330 uint32_t temp, temp_state, temp_val; in qla4_8xxx_check_temp() local 4333 temp = qla4_8xxx_rd_direct(ha, QLA8XXX_CRB_TEMP_STATE); in qla4_8xxx_check_temp() 4335 temp_state = qla82xx_get_temp_state(temp); in qla4_8xxx_check_temp() 4336 temp_val = qla82xx_get_temp_val(temp); in qla4_8xxx_check_temp()
|
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/ |
H A D | ql4_os.c | 4321 uint32_t temp, temp_state, temp_val; in qla4_8xxx_check_temp() local 4324 temp = qla4_8xxx_rd_direct(ha, QLA8XXX_CRB_TEMP_STATE); in qla4_8xxx_check_temp() 4326 temp_state = qla82xx_get_temp_state(temp); in qla4_8xxx_check_temp() 4327 temp_val = qla82xx_get_temp_val(temp); in qla4_8xxx_check_temp()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/legacy-dpm/ |
H A D | si_dpm.c | 7876 u32 temp; in si_dpm_get_temp() local 7880 temp = (RREG32(CG_MULT_THERMAL_STATUS) & CTF_TEMP_MASK) >> in si_dpm_get_temp() 7883 if (temp & 0x200) in si_dpm_get_temp() 7886 actual_temp = temp & 0x1ff; in si_dpm_get_temp()
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 2892 // Then we can also avoid using the temp register here. 6196 // Executing a write barrier needs temp registers; doing this on a 6203 // (2) instance, initially used as temp. 6204 // (3) target, initially used as temp. 6205 // (4) temp. 6212 LiftoffRegister temp = pinned.set(__ GetUnusedRegister(kGpReg, pinned)); 6221 LOAD_INSTANCE_FIELD(temp.gp(), IsolateRoot, kSystemPointerSize, pinned); 6224 kForeignForeignAddressTag, temp.gp()); 6234 LiftoffRegister null_address = temp;
|