/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/calcs/ |
A D | dcn_calc_auto.c | 67 v->h_ratio[k] = v->h_ratio[k] * v->under_scan_factor; in scaler_settings_calculation() 68 v->v_ratio[k] = v->v_ratio[k] * v->under_scan_factor; in scaler_settings_calculation() 132 …v->h_ratio[k] > v->max_hscl_ratio || v->v_ratio[k] > v->max_vscl_ratio || v->h_ratio[k] > v->htaps… in mode_support_and_system_configuration() 340 …v->min_dppclk_using_single_dpp[k] = v->pixel_clock[k] *dcn_bw_max5(v->vtaps[k] / 6.0 *dcn_bw_min2(… in mode_support_and_system_configuration() 747 …v->v_init_y = (v->v_ratio[k] + v->vtaps[k] + 1.0 + v->interlace_output[k] * 0.5 * v->v_ratio[k]) /… in mode_support_and_system_configuration() 802 …v->line_times_for_prefetch[k] = v->maximum_vstartup - v->urgent_latency / (v->htotal[k] / v->pixel… in mode_support_and_system_configuration() 1006 v->dcfclk = v->dcfclk_per_state[v->voltage_level]; in mode_support_and_system_configuration() 1223 v->dppclk = v->dispclk / v->dispclk_dppclk_ratio; in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation() 1393 v->v_blank_time = (v->vtotal[k] - v->vactive[k]) * v->htotal[k] / v->pixel_clock[k]; in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation() 1643 …v->dstx_after_scaler = 90.0 * v->pixel_clock[k] / v->dppclk + 42.0 * v->pixel_clock[k] / v->dispcl… in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation() [all …]
|
/linux-6.3-rc2/include/linux/atomic/ |
A D | atomic-instrumented.h | 27 instrument_atomic_read(v, sizeof(*v)); in atomic_read() 34 instrument_atomic_read(v, sizeof(*v)); in atomic_read_acquire() 41 instrument_atomic_write(v, sizeof(*v)); in atomic_set() 49 instrument_atomic_write(v, sizeof(*v)); in atomic_set_release() 56 instrument_atomic_read_write(v, sizeof(*v)); in atomic_add() 64 instrument_atomic_read_write(v, sizeof(*v)); in atomic_add_return() 71 instrument_atomic_read_write(v, sizeof(*v)); in atomic_add_return_acquire() 79 instrument_atomic_read_write(v, sizeof(*v)); in atomic_add_return_release() 86 instrument_atomic_read_write(v, sizeof(*v)); in atomic_add_return_relaxed() 646 instrument_atomic_read(v, sizeof(*v)); in atomic64_read() [all …]
|
A D | atomic-long.h | 41 arch_atomic64_set(v, i); in arch_atomic_long_set() 53 arch_atomic64_add(i, v); in arch_atomic_long_add() 107 arch_atomic64_sub(i, v); in arch_atomic_long_sub() 161 arch_atomic64_inc(v); in arch_atomic_long_inc() 215 arch_atomic64_dec(v); in arch_atomic_long_dec() 535 arch_atomic_set(v, i); in arch_atomic_long_set() 547 arch_atomic_add(i, v); in arch_atomic_long_add() 601 arch_atomic_sub(i, v); in arch_atomic_long_sub() 655 arch_atomic_inc(v); in arch_atomic_long_inc() 709 arch_atomic_dec(v); in arch_atomic_long_dec() [all …]
|
/linux-6.3-rc2/drivers/media/platform/nxp/ |
A D | imx-pxp.h | 219 #define BF_PXP_OUT_BUF_ADDR(v) (v) argument 225 #define BF_PXP_OUT_BUF2_ADDR(v) (v) argument 388 #define BF_PXP_PS_BUF_ADDR(v) (v) argument 394 #define BF_PXP_PS_UBUF_ADDR(v) (v) argument 400 #define BF_PXP_PS_VBUF_ADDR(v) (v) argument 545 #define BF_PXP_AS_BUF_ADDR(v) (v) argument 846 #define BF_PXP_LUT_DATA_DATA(v) (v) argument 852 #define BF_PXP_LUT_EXTMEM_ADDR(v) (v) argument 858 #define BF_PXP_CFA_DATA(v) (v) argument 1486 #define BF_PXP_INIT_MEM_DATA_DATA(v) (v) argument [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
A D | display_mode_vba_31.c | 2016 v->ReturnBusWidth * v->DCFCLKState[v->VoltageLevel][v->maxMpcComb], 2293 v->DSCDelay[k] = v->DSCDelay[k] * v->PixelClock[k] / v->PixelClockBackEnd[k]; 2549 v->WritebackDelay[v->VoltageLevel][k] = v->WritebackDelay[v->VoltageLevel][j]; 3110 v->MinTTUVBlank[k] = v->TCalc + v->MinTTUVBlank[k]; 3173 (int) (v->VTotal[k] - v->VActive[k] - v->VFrontPorch[k] - v->VStartup[k]))) { 3830 || v->VRatio[k] > v->MaxVSCLRatio || v->HRatio[k] > v->htaps[k] 3880 / (v->HTotal[k] / v->PixelClock[k]) * v->VRatio[k]; 5326 if (v->AlignedYPitch[k] > v->PitchY[k] || v->AlignedCPitch[k] > v->PitchC[k] 5444 v->SOCCLK = v->SOCCLKPerState[v->VoltageLevel]; 5567 …- ((double) v->DSTXAfterScaler[k] / v->HTotal[k] + v->DSTYAfterScaler[k]) * v->HTotal[k] / v->Pixe… [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
A D | display_mode_vba_30.c | 1875 v->DRAMSpeedPerState[v->VoltageLevel] * v->NumberOfChannels * v->DRAMChannelWidth, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 2081 …v->ReadBandwidthPlaneLuma[k] = v->SwathWidthSingleDPPY[k] * v->BytePerPixelY[k] / (v->HTotal[k] / … in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 2082 …v->ReadBandwidthPlaneChroma[k] = v->SwathWidthSingleDPPC[k] * v->BytePerPixelC[k] / (v->HTotal[k] … in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 2164 v->DSCDelay[k] = v->DSCDelay[k] * v->PixelClock[k] / v->PixelClockBackEnd[k]; in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 2397 v->WritebackDelay[v->VoltageLevel][k] = v->WritebackDelay[v->VoltageLevel][j]; in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 2400 …v->MaxVStartupLines[k] = v->VTotal[k] - v->VActive[k] - dml_max(1.0, dml_ceil((double) v->Writebac… in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 3988 …if (!(v->MaxDispclk[i] == v->MaxDispclk[v->soc.num_states - 1] && v->MaxDppclk[i] == v->MaxDppclk[… in dml30_ModeSupportAndSystemConfigurationFull() 4337 …v->cursor_bw[k] = v->NumberOfCursors[k] * v->CursorWidth[k][0] * v->CursorBPP[k][0] / 8.0 / (v->HT… in dml30_ModeSupportAndSystemConfigurationFull() 4875 …v->cursor_bw_pre[k] = v->NumberOfCursors[k] * v->CursorWidth[k][0] * v->CursorBPP[k][0] / 8.0 / (v… in dml30_ModeSupportAndSystemConfigurationFull() 5124 …if (v->AlignedYPitch[k] > v->PitchY[k] || v->AlignedCPitch[k] > v->PitchC[k] || v->AlignedDCCMetaP… in dml30_ModeSupportAndSystemConfigurationFull() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn314/ |
A D | display_mode_vba_314.c | 2037 v->ReturnBusWidth * v->DCFCLKState[v->VoltageLevel][v->maxMpcComb], 2315 v->DSCDelay[k] = v->DSCDelay[k] * v->PixelClock[k] / v->PixelClockBackEnd[k]; 2571 v->WritebackDelay[v->VoltageLevel][k] = v->WritebackDelay[v->VoltageLevel][j]; 3132 v->MinTTUVBlank[k] = v->TCalc + v->MinTTUVBlank[k]; 3186 …v->MIN_DST_Y_NEXT_START[k] = dml_floor((v->VTotal[k] - v->VFrontPorch[k] + v->VTotal[k] - v->VActi… 3188 …v->MIN_DST_Y_NEXT_START[k] = v->VTotal[k] - v->VFrontPorch[k] + v->VTotal[k] - v->VActive[k] - v->… 3929 || v->VRatio[k] > v->MaxVSCLRatio || v->HRatio[k] > v->htaps[k] 5423 if (v->AlignedYPitch[k] > v->PitchY[k] || v->AlignedCPitch[k] > v->PitchC[k] 5490 v->SOCCLK = v->SOCCLKPerState[v->VoltageLevel]; 5613 …- ((double) v->DSTXAfterScaler[k] / v->HTotal[k] + v->DSTYAfterScaler[k]) * v->HTotal[k] / v->Pixe… [all …]
|
/linux-6.3-rc2/drivers/media/platform/verisilicon/ |
A D | rockchip_vpu2_hw_h264_dec.c | 28 #define VDPU_REG_DEC_E(v) ((v) ? BIT(0) : 0) argument 30 #define VDPU_REG_DEC_ADV_PRE_DIS(v) ((v) ? BIT(11) : 0) argument 31 #define VDPU_REG_DEC_SCMD_DIS(v) ((v) ? BIT(10) : 0) argument 32 #define VDPU_REG_FILTERING_DIS(v) ((v) ? BIT(8) : 0) argument 33 #define VDPU_REG_PIC_FIXED_QUANT(v) ((v) ? BIT(7) : 0) argument 50 #define VDPU_REG_DEC_IN_ENDIAN(v) ((v) ? BIT(0) : 0) argument 57 #define VDPU_REG_START_CODE_E(v) ((v) ? BIT(22) : 0) argument 59 #define VDPU_REG_RLC_MODE_E(v) ((v) ? BIT(20) : 0) argument 64 #define VDPU_REG_SEQ_MBAFF_E(v) ((v) ? BIT(7) : 0) argument 73 #define VDPU_REG_REFBU_E(v) ((v) ? BIT(31) : 0) argument [all …]
|
A D | rockchip_vpu2_hw_mpeg2_dec.c | 23 #define VDPU_REG_DEC_E(v) ((v) ? BIT(0) : 0) argument 25 #define VDPU_REG_DEC_ADV_PRE_DIS(v) ((v) ? BIT(11) : 0) argument 26 #define VDPU_REG_DEC_SCMD_DIS(v) ((v) ? BIT(10) : 0) argument 27 #define VDPU_REG_FILTERING_DIS(v) ((v) ? BIT(8) : 0) argument 42 #define VDPU_REG_DEC_INSWAP32_E(v) ((v) ? BIT(2) : 0) argument 43 #define VDPU_REG_DEC_OUT_ENDIAN(v) ((v) ? BIT(1) : 0) argument 44 #define VDPU_REG_DEC_IN_ENDIAN(v) ((v) ? BIT(0) : 0) argument 51 #define VDPU_REG_RLC_MODE_E(v) ((v) ? BIT(20) : 0) argument 54 #define VDPU_REG_PIC_B_E(v) ((v) ? BIT(15) : 0) argument 64 #define VDPU_REG_ALT_SCAN_E(v) ((v) ? BIT(6) : 0) argument [all …]
|
A D | hantro_g1_mpeg2_dec.c | 26 #define G1_REG_DEC_TIMEOUT_E(v) ((v) ? BIT(23) : 0) argument 27 #define G1_REG_DEC_STRSWAP32_E(v) ((v) ? BIT(22) : 0) argument 28 #define G1_REG_DEC_STRENDIAN_E(v) ((v) ? BIT(21) : 0) argument 29 #define G1_REG_DEC_INSWAP32_E(v) ((v) ? BIT(20) : 0) argument 34 #define G1_REG_DEC_IN_ENDIAN(v) ((v) ? BIT(9) : 0) argument 35 #define G1_REG_DEC_OUT_ENDIAN(v) ((v) ? BIT(8) : 0) argument 37 #define G1_REG_DEC_SCMD_DIS(v) ((v) ? BIT(5) : 0) argument 41 #define G1_REG_RLC_MODE_E(v) ((v) ? BIT(27) : 0) argument 44 #define G1_REG_PIC_B_E(v) ((v) ? BIT(21) : 0) argument 54 #define G1_REG_ALT_SCAN_E(v) ((v) ? BIT(6) : 0) argument [all …]
|
/linux-6.3-rc2/drivers/staging/media/sunxi/sun6i-isp/ |
A D | sun6i_isp_reg.h | 21 #define SUN6I_ISP_FE_CFG_SRC0_MODE(v) (((v) << 8) & GENMASK(9, 8)) argument 104 #define SUN6I_ISP_MODE_INPUT_FMT(v) ((v) & GENMASK(2, 0)) argument 106 #define SUN6I_ISP_MODE_OTF_DPC(v) (((v) << 16) & BIT(16)) argument 107 #define SUN6I_ISP_MODE_SHARP(v) (((v) << 17) & BIT(17)) argument 139 #define SUN6I_ISP_AE_SIZE_WIDTH(v) ((v) & GENMASK(10, 0)) argument 149 #define SUN6I_ISP_OB_SIZE_WIDTH(v) ((v) & GENMASK(13, 0)) argument 153 #define SUN6I_ISP_OB_VALID_WIDTH(v) ((v) & GENMASK(12, 0)) argument 202 #define SUN6I_ISP_BAYER_GAIN0_R(v) ((v) & GENMASK(11, 0)) argument 212 #define SUN6I_ISP_WB_GAIN0_R(v) ((v) & GENMASK(11, 0)) argument 216 #define SUN6I_ISP_WB_GAIN1_GB(v) ((v) & GENMASK(11, 0)) argument [all …]
|
/linux-6.3-rc2/sound/soc/qcom/ |
A D | lpass-lpaif-reg.h | 12 (v->i2sctrl_reg_base + (addr) + v->i2sctrl_reg_stride * (port)) 14 #define LPAIF_I2SCTL_REG(v, port) LPAIF_I2SCTL_REG_ADDR(v, 0x0, (port)) argument 69 (v->irq_reg_base + (addr) + v->irq_reg_stride * (port)) 73 #define LPAIF_IRQEN_REG(v, port) LPAIF_IRQ_REG_ADDR(v, 0x0, (port)) argument 74 #define LPAIF_IRQSTAT_REG(v, port) LPAIF_IRQ_REG_ADDR(v, 0x4, (port)) argument 79 (v->rxtx_irq_reg_base + (addr) + v->rxtx_irq_reg_stride * (port)) 87 (v->va_irq_reg_base + (addr) + v->va_irq_reg_stride * (port)) 125 (v->rdma_reg_base + (addr) + v->rdma_reg_stride * (chan)) 138 v->wrdma_reg_stride * (chan - v->wrdma_channel_start)) 185 (v->va_rdma_reg_base + (addr) + v->va_rdma_reg_stride * (chan))) [all …]
|
/linux-6.3-rc2/drivers/gpu/host1x/hw/ |
A D | hw_host1x01_uclass.h | 50 return (v & 0xff) << 8; in host1x_uclass_incr_syncpt_cond_f() 56 return (v & 0xff) << 0; in host1x_uclass_incr_syncpt_indx_f() 68 return (v & 0xff) << 24; in host1x_uclass_wait_syncpt_indx_f() 86 return (v & 0xff) << 24; in host1x_uclass_wait_syncpt_base_indx_f() 92 return (v & 0xff) << 16; in host1x_uclass_wait_syncpt_base_base_indx_f() 98 return (v & 0xffff) << 0; in host1x_uclass_wait_syncpt_base_offset_f() 110 return (v & 0xff) << 24; in host1x_uclass_load_syncpt_base_base_indx_f() 122 return (v & 0xff) << 24; in host1x_uclass_incr_syncpt_base_base_indx_f() 140 return (v & 0xf) << 28; in host1x_uclass_indoff_indbe_f() 146 return (v & 0x1) << 27; in host1x_uclass_indoff_autoinc_f() [all …]
|
A D | hw_host1x02_uclass.h | 50 return (v & 0xff) << 8; in host1x_uclass_incr_syncpt_cond_f() 56 return (v & 0xff) << 0; in host1x_uclass_incr_syncpt_indx_f() 68 return (v & 0xff) << 24; in host1x_uclass_wait_syncpt_indx_f() 86 return (v & 0xff) << 24; in host1x_uclass_wait_syncpt_base_indx_f() 92 return (v & 0xff) << 16; in host1x_uclass_wait_syncpt_base_base_indx_f() 98 return (v & 0xffff) << 0; in host1x_uclass_wait_syncpt_base_offset_f() 110 return (v & 0xff) << 24; in host1x_uclass_load_syncpt_base_base_indx_f() 122 return (v & 0xff) << 24; in host1x_uclass_incr_syncpt_base_base_indx_f() 140 return (v & 0xf) << 28; in host1x_uclass_indoff_indbe_f() 146 return (v & 0x1) << 27; in host1x_uclass_indoff_autoinc_f() [all …]
|
A D | hw_host1x04_uclass.h | 50 return (v & 0xff) << 8; in host1x_uclass_incr_syncpt_cond_f() 56 return (v & 0xff) << 0; in host1x_uclass_incr_syncpt_indx_f() 68 return (v & 0xff) << 24; in host1x_uclass_wait_syncpt_indx_f() 86 return (v & 0xff) << 24; in host1x_uclass_wait_syncpt_base_indx_f() 92 return (v & 0xff) << 16; in host1x_uclass_wait_syncpt_base_base_indx_f() 98 return (v & 0xffff) << 0; in host1x_uclass_wait_syncpt_base_offset_f() 110 return (v & 0xff) << 24; in host1x_uclass_load_syncpt_base_base_indx_f() 122 return (v & 0xff) << 24; in host1x_uclass_incr_syncpt_base_base_indx_f() 140 return (v & 0xf) << 28; in host1x_uclass_indoff_indbe_f() 146 return (v & 0x1) << 27; in host1x_uclass_indoff_autoinc_f() [all …]
|
A D | hw_host1x05_uclass.h | 50 return (v & 0xff) << 8; in host1x_uclass_incr_syncpt_cond_f() 56 return (v & 0xff) << 0; in host1x_uclass_incr_syncpt_indx_f() 68 return (v & 0xff) << 24; in host1x_uclass_wait_syncpt_indx_f() 86 return (v & 0xff) << 24; in host1x_uclass_wait_syncpt_base_indx_f() 92 return (v & 0xff) << 16; in host1x_uclass_wait_syncpt_base_base_indx_f() 98 return (v & 0xffff) << 0; in host1x_uclass_wait_syncpt_base_offset_f() 110 return (v & 0xff) << 24; in host1x_uclass_load_syncpt_base_base_indx_f() 122 return (v & 0xff) << 24; in host1x_uclass_incr_syncpt_base_base_indx_f() 140 return (v & 0xf) << 28; in host1x_uclass_indoff_indbe_f() 146 return (v & 0x1) << 27; in host1x_uclass_indoff_autoinc_f() [all …]
|
A D | hw_host1x06_uclass.h | 50 return (v & 0xff) << 10; in host1x_uclass_incr_syncpt_cond_f() 56 return (v & 0x3ff) << 0; in host1x_uclass_incr_syncpt_indx_f() 68 return (v & 0xff) << 24; in host1x_uclass_wait_syncpt_indx_f() 86 return (v & 0xff) << 24; in host1x_uclass_wait_syncpt_base_indx_f() 92 return (v & 0xff) << 16; in host1x_uclass_wait_syncpt_base_base_indx_f() 98 return (v & 0xffff) << 0; in host1x_uclass_wait_syncpt_base_offset_f() 110 return (v & 0xff) << 24; in host1x_uclass_load_syncpt_base_base_indx_f() 122 return (v & 0xff) << 24; in host1x_uclass_incr_syncpt_base_base_indx_f() 140 return (v & 0xf) << 28; in host1x_uclass_indoff_indbe_f() 146 return (v & 0x1) << 27; in host1x_uclass_indoff_autoinc_f() [all …]
|
A D | hw_host1x08_uclass.h | 50 return (v & 0xff) << 10; in host1x_uclass_incr_syncpt_cond_f() 56 return (v & 0x3ff) << 0; in host1x_uclass_incr_syncpt_indx_f() 68 return (v & 0xff) << 24; in host1x_uclass_wait_syncpt_indx_f() 86 return (v & 0xff) << 24; in host1x_uclass_wait_syncpt_base_indx_f() 92 return (v & 0xff) << 16; in host1x_uclass_wait_syncpt_base_base_indx_f() 98 return (v & 0xffff) << 0; in host1x_uclass_wait_syncpt_base_offset_f() 110 return (v & 0xff) << 24; in host1x_uclass_load_syncpt_base_base_indx_f() 122 return (v & 0xff) << 24; in host1x_uclass_incr_syncpt_base_base_indx_f() 140 return (v & 0xf) << 28; in host1x_uclass_indoff_indbe_f() 146 return (v & 0x1) << 27; in host1x_uclass_indoff_autoinc_f() [all …]
|
A D | hw_host1x07_uclass.h | 50 return (v & 0xff) << 10; in host1x_uclass_incr_syncpt_cond_f() 56 return (v & 0x3ff) << 0; in host1x_uclass_incr_syncpt_indx_f() 68 return (v & 0xff) << 24; in host1x_uclass_wait_syncpt_indx_f() 86 return (v & 0xff) << 24; in host1x_uclass_wait_syncpt_base_indx_f() 92 return (v & 0xff) << 16; in host1x_uclass_wait_syncpt_base_base_indx_f() 98 return (v & 0xffff) << 0; in host1x_uclass_wait_syncpt_base_offset_f() 110 return (v & 0xff) << 24; in host1x_uclass_load_syncpt_base_base_indx_f() 122 return (v & 0xff) << 24; in host1x_uclass_incr_syncpt_base_base_indx_f() 140 return (v & 0xf) << 28; in host1x_uclass_indoff_indbe_f() 146 return (v & 0x1) << 27; in host1x_uclass_indoff_autoinc_f() [all …]
|
/linux-6.3-rc2/drivers/iio/adc/ |
A D | stm32-dfsdm.h | 115 #define DFSDM_CR1_DFEN(v) FIELD_PREP(DFSDM_CR1_DFEN_MASK, v) argument 137 #define DFSDM_CR1_RCH(v) FIELD_PREP(DFSDM_CR1_RCH_MASK, v) argument 139 #define DFSDM_CR1_FAST(v) FIELD_PREP(DFSDM_CR1_FAST_MASK, v) argument 145 #define DFSDM_CR2_IE(v) FIELD_PREP(DFSDM_CR2_IE_MASK, v) argument 161 #define DFSDM_CR2_EXCH(v) FIELD_PREP(DFSDM_CR2_EXCH_MASK, v) argument 175 #define DFSDM_ISR_AWDF(v) FIELD_PREP(DFSDM_ISR_AWDF_MASK, v) argument 177 #define DFSDM_ISR_JCIP(v) FIELD_PREP(DFSDM_ISR_JCIP_MASK, v) argument 179 #define DFSDM_ISR_RCIP(v) FIELD_PREP(DFSDM_ISR_RCIP, v) argument 183 #define DFSDM_ISR_SCDF(v) FIELD_PREP(DFSDM_ISR_SCDF_MASK, v) argument 203 #define DFSDM_FCR_IOSR(v) FIELD_PREP(DFSDM_FCR_IOSR_MASK, v) argument [all …]
|
/linux-6.3-rc2/arch/sh/mm/ |
A D | flush-sh4.c | 25 __ocbwb(v); v += L1_CACHE_BYTES; in sh4__flush_wback_region() 26 __ocbwb(v); v += L1_CACHE_BYTES; in sh4__flush_wback_region() 27 __ocbwb(v); v += L1_CACHE_BYTES; in sh4__flush_wback_region() 28 __ocbwb(v); v += L1_CACHE_BYTES; in sh4__flush_wback_region() 29 __ocbwb(v); v += L1_CACHE_BYTES; in sh4__flush_wback_region() 30 __ocbwb(v); v += L1_CACHE_BYTES; in sh4__flush_wback_region() 31 __ocbwb(v); v += L1_CACHE_BYTES; in sh4__flush_wback_region() 32 __ocbwb(v); v += L1_CACHE_BYTES; in sh4__flush_wback_region() 37 __ocbwb(v); v += L1_CACHE_BYTES; in sh4__flush_wback_region() 59 __ocbp(v); v += L1_CACHE_BYTES; in sh4__flush_purge_region() [all …]
|
/linux-6.3-rc2/arch/x86/lib/ |
A D | atomic64_386_32.S | 41 #undef v 49 #undef v 59 #undef v 67 #undef v 77 #undef v 85 #undef v 98 #undef v 106 #undef v 118 #undef v 126 #undef v [all …]
|
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/ |
A D | map_kptr_fail.c | 34 if (!v) in size_not_bpf_dw() 49 if (!v) in non_const_var_off() 68 if (!v) in non_const_var_off_kptr_xchg() 87 if (!v) in misaligned_access_write() 103 if (!v) in misaligned_access_read() 118 if (!v) in reject_var_off_store() 142 if (!v) in reject_bad_type_match() 162 if (!v) in marked_as_untrusted_or_null() 178 if (!v) in correct_btf_id_check_size() 196 if (!v) in inherit_untrusted_on_walk() [all …]
|
/linux-6.3-rc2/arch/ia64/include/asm/ |
A D | atomic.h | 24 #define arch_atomic_read(v) READ_ONCE((v)->counter) argument 25 #define arch_atomic64_read(v) READ_ONCE((v)->counter) argument 27 #define arch_atomic_set(v,i) WRITE_ONCE(((v)->counter), (i)) argument 28 #define arch_atomic64_set(v,i) WRITE_ONCE(((v)->counter), (i)) argument 113 #define arch_atomic_and(i,v) (void)ia64_atomic_fetch_and(i,v) argument 114 #define arch_atomic_or(i,v) (void)ia64_atomic_fetch_or(i,v) argument 115 #define arch_atomic_xor(i,v) (void)ia64_atomic_fetch_xor(i,v) argument 117 #define arch_atomic_fetch_and(i,v) ia64_atomic_fetch_and(i,v) argument 118 #define arch_atomic_fetch_or(i,v) ia64_atomic_fetch_or(i,v) argument 119 #define arch_atomic_fetch_xor(i,v) ia64_atomic_fetch_xor(i,v) argument [all …]
|
/linux-6.3-rc2/drivers/md/ |
A D | dm-verity-target.c | 154 if (likely(v->salt_size && (v->version >= 1))) in verity_hash_init() 155 r = verity_hash_update(v, req, v->salt, v->salt_size, wait); in verity_hash_init() 165 if (unlikely(v->salt_size && (!v->version))) { in verity_hash_final() 166 r = verity_hash_update(v, req, v->salt, v->salt_size, wait); in verity_hash_final() 320 r = verity_hash(v, verity_io_hash_req(v, io), in verity_verify_level() 501 struct dm_verity *v = io->v; in verity_verify_io() local 615 struct dm_verity *v = io->v; in verity_finish_io() local 682 struct dm_verity *v = pw->v; in verity_prefetch_io() local 740 pw->v = v; in verity_submit_prefetch() 774 io->v = v; in verity_map() [all …]
|