/linux/Documentation/virt/hyperv/ ! |
H A D | overview.rst | 1 .. SPDX-License-Identifier: GPL-2.0 6 enlightened guest on Microsoft's Hyper-V hypervisor. Hyper-V 7 consists primarily of a bare-metal hypervisor plus a virtual machine 10 partitions. In this documentation, references to Hyper-V usually 15 Hyper-V runs on x86/x64 and arm64 architectures, and Linux guests 16 are supported on both. The functionality and behavior of Hyper-V is 19 Linux Guest Communication with Hyper-V 20 -------------------------------------- 21 Linux guests communicate with Hyper-V in four different ways: 23 * Implicit traps: As defined by the x86/x64 or arm64 architecture, [all …]
|
H A D | clocks.rst | 1 .. SPDX-License-Identifier: GPL-2.0 7 ----- 8 On arm64, Hyper-V virtualizes the ARMv8 architectural system counter 12 architectural system counter is functional in guest VMs on Hyper-V. 13 While Hyper-V also provides a synthetic system clock and four synthetic 14 per-CPU timers as described in the TLFS, they are not used by the 15 Linux kernel in a Hyper-V guest on arm64. However, older versions 16 of Hyper-V for arm64 only partially virtualize the ARMv8 19 Linux kernel versions on these older Hyper-V versions requires an 20 out-of-tree patch to use the Hyper-V synthetic clocks/timers instead. [all …]
|
/linux/drivers/staging/media/meson/vdec/ ! |
H A D | codec_h264.c | 1 // SPDX-License-Identifier: GPL-2.0+ 7 #include <media/v4l2-mem2mem.h> 8 #include <media/videobuf2-dma-contig.h> 26 #define CMD_SRC_CHANGE 1 32 #define SEI_DATA_READY BIT(15) 45 #define ERROR_FLAG BIT(9) 57 #define AR_PRESENT_FLAG BIT(0) 62 * This is a 16x16 encoded picture that will trigger drain firmware-side. 72 0x63, 0x6f, 0x64, 0x65, 0x63, 0x20, 0x2d, 0x20, 0x43, 0x6f, 0x70, 0x79, 75 0x77, 0x77, 0x77, 0x2e, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x6c, 0x61, 0x6e, [all …]
|
/linux/drivers/media/platform/qcom/venus/ ! |
H A D | hfi_venus_io.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Copyright (c) 2012-2016, The Linux Foundation. All rights reserved. 14 #define VBIF_AXI_HALT_CTRL0_HALT_REQ BIT(0) 15 #define VBIF_AXI_HALT_CTRL1_HALT_ACK BIT(0) 30 #define VIDC_CTRL_INIT_RESERVED_BITS31_1_SHIFT 1 42 #define CPU_CS_SCIACMDARG0_PC_READY BIT(8) 43 #define CPU_CS_SCIACMDARG0_INIT_IDLE_MSG_MASK BIT(30) 56 #define UC_REGION_ADDR 0x64 117 #define WRAPPER_VDEC_VENC_AHB_BRIDGE_SYNC_RESET 0x64 121 #define WRAPPER_CPU_AXI_HALT_HALT BIT(16) [all …]
|
/linux/include/video/ ! |
H A D | tdfx.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 6 #include <linux/i2c-algo-bit.h> 34 #define HWCURLOC 0x64 76 #define COLORFORE (0x00100000 + 0x64) 91 #define AUTOINC_DSTX BIT(10) 92 #define AUTOINC_DSTY BIT(11) 98 #define STATUS_RETRACE BIT(6) 99 #define STATUS_BUSY BIT(9) 100 #define MISCINIT1_CLUT_INV BIT(0) 101 #define MISCINIT1_2DBLOCK_DIS BIT(15) [all …]
|
/linux/drivers/reset/ ! |
H A D | reset-k230.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Copyright (C) 2022-2024 Canaan Bright Sight Co., Ltd 4 * Copyright (C) 2024-2025 Junhui Liu <junhui.liu@pigmoral.tech> 10 * up to 255 * 0.25 = 63.75 µs. For RST_TYPE_FLUSH, the reset bit is 16 * unambiguously signal whether hardware reset removal or clock-stop period 21 …* https://kendryte-download.canaan-creative.com/developer/k230/HDK/K230%E7%A1%AC%E4%BB%B6%E6%96%87… 30 #include <linux/reset-controller.h> 33 #include <dt-bindings/reset/canaan,k230-rst.h> 36 * enum k230_rst_type - K230 reset types 38 * Automatically clears, has write enable and done bit, active high [all …]
|
/linux/drivers/bus/mhi/ ! |
H A D | common.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 27 #define ECABAP_HIGHER 0x64 62 #define BHI_OEMPKHASH(n) (0x64 + (0x4 * (n))) 81 #define BHIE_RXVECADDR_HIGH_OFFS 0x64 112 #define MHICTRL_RESET_MASK BIT(1) 114 #define MHISTATUS_SYSERR_MASK BIT(2) 115 #define MHISTATUS_READY_MASK BIT(0) 144 #define MHI_TRE_GET_DWORD(tre, word) le32_to_cpu((tre)->dword[(word)]) 145 #define MHI_TRE_GET_CMD_CHID(tre) FIELD_GET(GENMASK(31, 24), MHI_TRE_GET_DWORD(tre, 1)) 146 #define MHI_TRE_GET_CMD_TYPE(tre) FIELD_GET(GENMASK(23, 16), MHI_TRE_GET_DWORD(tre, 1)) [all …]
|
/linux/sound/soc/codecs/ ! |
H A D | tas2764-quirks.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 13 * Disable noise gate and flip down reserved bit in NS_CFG0 15 #define TAS2764_NOISE_GATE_DISABLE BIT(0) 22 * CONV_VBAT_PVDD_MODE=1 24 #define TAS2764_CONV_VBAT_PVDD_MODE BIT(1) 33 #define TAS2764_DMOD_RST BIT(2) 42 #define TAS2764_UNK_SEQ0 BIT(3) 50 * Unknown 0x614 - 0x61f writes 52 #define TAS2764_APPLE_UNK_SEQ1 BIT(4) 72 #define TAS2764_APPLE_UNK_SEQ2 BIT(5) [all …]
|
/linux/include/sound/ ! |
H A D | tas2781.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 5 // Copyright (C) 2022 - 2025 Texas Instruments Incorporated 12 // Author: Shenghao Ding <shenghao-ding@ti.com> 13 // Author: Kevin Lu <kevin-lu@ti.com> 24 #include "tas2781-dsp.h" 27 #define TAS2781_DRV_VER 1 54 #define TASDEVICE_REG_SWRESET_RESET BIT(0) 60 #define TASDEVICE_XM_A1_REG TASDEVICE_REG(0x64, 0x63, 0x3c) 62 #define TASDEVICE_XM_A2_REG TASDEVICE_REG(0x64, 0x63, 0x38) 68 #define TAS2781_AMP_LEVEL_MASK GENMASK(5, 1) [all …]
|
/linux/Documentation/trace/ ! |
H A D | uprobetracer.rst | 2 Uprobe-tracer: Uprobe-based Event Tracing 9 -------- 13 Similar to the kprobe-event tracer, this doesn't need to be activated via 18 However unlike kprobe-event tracer, the uprobe event interface expects the 26 ------------------------- 32 -:[GRP/][EVENT] : Clear uprobe or uretprobe event 47 $retval : Fetch return value.(\*1) 49 +|-[u]OFFS(FETCHARG) : Fetch memory at FETCHARG +|- OFFS address.(\*2)(\*3) 54 (x8/x16/x32/x64), "string" and bitfield are supported. 56 (\*1) only for return probe. [all …]
|
/linux/include/linux/mfd/ ! |
H A D | tps65912.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Copyright (C) 2015 Texas Instruments Incorporated - https://www.ti.com/ 117 #define TPS65912_VERNUM 0x64 118 #define TPS6591X_MAX_REGISTER 0x64 121 #define TPS65912_INT_STS_PWRHOLD_F BIT(0) 122 #define TPS65912_INT_STS_VMON BIT(1) 123 #define TPS65912_INT_STS_PWRON BIT(2) 124 #define TPS65912_INT_STS_PWRON_LP BIT(3) 125 #define TPS65912_INT_STS_PWRHOLD_R BIT(4) 126 #define TPS65912_INT_STS_HOTDIE BIT(5) [all …]
|
/linux/Documentation/devicetree/bindings/display/bridge/ ! |
H A D | analogix,anx7625.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Xin Ji <xji@analogixsemi.com> 14 The ANX7625 is an ultra-low power 4K Mobile HD Transmitter 22 maxItems: 1 26 maxItems: 1 28 enable-gpios: 30 maxItems: 1 32 reset-gpios: [all …]
|
/linux/drivers/irqchip/ ! |
H A D | irq-imx-mu-msi.c | 1 // SPDX-License-Identifier: GPL-2.0-only 10 * Based on drivers/mailbox/imx-mailbox.c 27 #include <linux/irqchip/irq-msi-lib.h> 48 IMX_MU_V2 = BIT(1), 52 #define IMX_MU_xCR_RIEn(data, x) ((data->cfg->type) & IMX_MU_V2 ? BIT(x) : BIT(24 + (3 - (x)))) 53 #define IMX_MU_xSR_RFn(data, x) ((data->cfg->type) & IMX_MU_V2 ? BIT(x) : BIT(24 + (3 - (x)))) 75 iowrite32(val, msi_data->regs + offs); in imx_mu_write() 80 return ioread32(msi_data->regs + offs); in imx_mu_read() 88 raw_spin_lock_irqsave(&msi_data->lock, flags); in imx_mu_xcr_rmw() 89 val = imx_mu_read(msi_data, msi_data->cfg->xCR[type]); in imx_mu_xcr_rmw() [all …]
|
/linux/drivers/acpi/pmic/ ! |
H A D | intel_pmic_bytcrc.c | 1 // SPDX-License-Identifier: GPL-2.0 15 #define PWR_SOURCE_SELECT BIT(1) 23 .bit = ??, 28 .bit = 0x00, 29 }, /* SYSX -> VSYS_SX */ 33 .bit = 0x00, 34 }, /* SYSU -> VSYS_U */ 37 .reg = 0x64, 38 .bit = 0x00, 39 }, /* SYSS -> VSYS_S */ [all …]
|
/linux/drivers/gpu/drm/msm/disp/dpu1/catalog/ ! |
H A D | dpu_1_15_msm8917.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 35 .base = 0x1000, .len = 0x64, 38 .base = 0x1200, .len = 0x64, 41 .base = 0x1400, .len = 0x64, 59 .xin_id = 1, 73 .features = DMA_MSM8953_MASK | BIT(DPU_SSPP_CURSOR), 132 .linear_prefill_lines = 1, 133 .downscaling_prefill_lines = 1, 150 {.rd_enable = 1, .wr_enable = 1}, 151 {.rd_enable = 1, .wr_enable = 0} [all …]
|
H A D | dpu_1_16_msm8953.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 35 .base = 0x1000, .len = 0x64, 38 .base = 0x1200, .len = 0x64, 41 .base = 0x1400, .len = 0x64, 59 .xin_id = 1, 73 .features = DMA_MSM8953_MASK | BIT(DPU_SSPP_CURSOR), 160 .linear_prefill_lines = 1, 161 .downscaling_prefill_lines = 1, 178 {.rd_enable = 1, .wr_enable = 1}, 179 {.rd_enable = 1, .wr_enable = 0} [all …]
|
H A D | dpu_1_14_msm8937.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 35 .base = 0x1000, .len = 0x64, 38 .base = 0x1200, .len = 0x64, 41 .base = 0x1400, .len = 0x64, 59 .xin_id = 1, 73 .features = DMA_MSM8953_MASK | BIT(DPU_SSPP_CURSOR), 153 .linear_prefill_lines = 1, 154 .downscaling_prefill_lines = 1, 171 {.rd_enable = 1, .wr_enable = 1}, 172 {.rd_enable = 1, .wr_enable = 0} [all …]
|
/linux/drivers/gpu/drm/tidss/ ! |
H A D | tidss_dispc_regs.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * Copyright (C) 2016-2018 Texas Instruments Incorporated - https://www.ti.com/ 116 #define DISPC_VID_FIRV 0x64 197 #define DISPC_VP_CSC_COEF5 0x64 230 #define OLDI_ENABLE BIT(0) 231 #define OLDI_MAP (BIT(1) | BIT(2) | BIT(3)) 232 #define OLDI_SRC BIT(4) 233 #define OLDI_CLONE_MODE BIT(5) 234 #define OLDI_MASTERSLAVE BIT(6) 235 #define OLDI_DEPOL BIT(7) [all …]
|
/linux/drivers/iio/chemical/ ! |
H A D | bme680.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 13 #define BME680_SPI_MEM_PAGE_BIT BIT(4) 14 #define BME680_SPI_MEM_PAGE_1_VAL 1 21 #define BME680_GAS_STAB_BIT BIT(4) 30 #define BME680_MODE_MASK GENMASK(1, 0) 34 #define BME680_FILTER_COEFF_VAL BIT(1) 48 #define BME680_REG_GAS_WAIT_0 0x64 53 #define BME680_RUN_GAS_MASK BIT(4) 57 #define BME680_NEW_DATA_BIT BIT(7) 58 #define BME680_GAS_MEAS_BIT BIT(6) [all …]
|
/linux/sound/soc/ti/ ! |
H A D | omap-dmic.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * omap-dmic.h -- OMAP Digital Microphone Controller 27 #define OMAP_DMIC_FIFO_DMIC3L_DATA_REG 0x64 29 /* IRQSTATUS_RAW, IRQSTATUS, IRQENABLE_SET, IRQENABLE_CLR bit fields */ 30 #define OMAP_DMIC_IRQ (1 << 0) 31 #define OMAP_DMIC_IRQ_FULL (1 << 1) 32 #define OMAP_DMIC_IRQ_ALMST_EMPTY (1 << 2) 33 #define OMAP_DMIC_IRQ_EMPTY (1 << 3) 36 /* DMIC_DMAENABLE bit fields */ 39 /* DMIC_CTRL bit fields */ [all …]
|
/linux/crypto/asymmetric_keys/ ! |
H A D | selftest_rsa.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 /* Self-tests for PKCS#7 RSA signature verification. 15 /* 4096-bit RSA certificate */ 45 "\xe8\xde\x09\x31\x89\xed\x0e\x11\xa1\xfa\x8a\xe9\xe9\x64\x59\x62" 73 "\xcc\x4d\x14\x61\x64\x81\x93\xd3\x33\xed\xc8\xff\xf1\x78\xcc\x5f" 100 "\x0a\xd1\x95\x76\x8d\xec\x9e\xdd\x0b\x15\x97\x64\xad\xe5\xf2\x62" 109 "\x74\x20\x64\x61\x74\x61\x20\x75\x73\x65\x64\x20\x66\x6f\x72\x20" 116 /* RSA signature using PKCS#1 v1.5 padding with SHA-256 */ 141 "\x22\x66\xc5\x3b\xc1\xba\xfc\x53\x18\x98\xe2\x21\x64\xc6\x52\x87" 157 "\xdd\x23\xd6\x53\xb1\x74\x77\x12\xf7\x9c\xf0\x9a\x6b\xf7\xa9\x64" [all …]
|
/linux/drivers/media/i2c/ ! |
H A D | ds90ub953.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 9 #define UB953_REG_RESET_CTL_DIGITAL_RESET_1 BIT(1) 10 #define UB953_REG_RESET_CTL_DIGITAL_RESET_0 BIT(0) 13 #define UB953_REG_GENERAL_CFG_CONT_CLK BIT(6) 16 #define UB953_REG_GENERAL_CFG_CRC_TX_GEN_ENABLE BIT(1) 17 #define UB953_REG_GENERAL_CFG_I2C_STRAP_MODE BIT(0) 20 #define UB953_REG_MODE_SEL_MODE_DONE BIT(3) 21 #define UB953_REG_MODE_SEL_MODE_OVERRIDE BIT(4) 29 #define UB953_REG_I2C_CONTROL2_BUS_SPEEDUP BIT(1) 35 #define UB953_REG_LOCAL_GPIO_DATA_GPIO_RMTEN(n) BIT(4 + (n)) [all …]
|
/linux/sound/pci/ ! |
H A D | azt3328.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 5 /* "PU" == "power-up value", as tested on PCI168 PCI rev. 10 6 * "WRITE_ONLY" == register does not indicate actual bit values */ 25 /* able to reactivate output after output muting due to 8/16bit 27 * 0x0001 is the only bit that's able to start the DMA counter */ 31 /* able to reactivate output after output muting due to 8/16bit 42 * (bit 1 of port 0x64 indicates interrupt for one of these three types) 47 #define IRQ_FINISHED_DMABUF_1 0x0002 /* 1st dmabuf finished & ACK */ 52 /* start address of 1st DMA transfer area, PU:0x00000000 */ 85 …REQ_SUSPECTED_66200 0x06 | SOUNDFORMAT_XTAL2 /* 66200 (13240 * 5); 64000 may have been nicer :-\ */ [all …]
|
/linux/crypto/ ! |
H A D | dh.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 /* Diffie-Hellman Key Agreement Method [RFC2631] 24 mpi_free(ctx->p); in dh_clear_ctx() 25 mpi_free(ctx->g); in dh_clear_ctx() 26 mpi_free(ctx->xa); in dh_clear_ctx() 32 * ya = g^xa mod p; [RFC2631 sec 2.1.1] 34 * ZZ = yb^xa mod p; [RFC2631 sec 2.1.1] 39 return mpi_powm(val, base, ctx->xa, ctx->p); in _compute_val() 50 return (p_len < 2048) ? -EINVAL : 0; in dh_check_params_length() 52 return (p_len < 1536) ? -EINVAL : 0; in dh_check_params_length() [all …]
|
/linux/sound/soc/tegra/ ! |
H A D | tegra210_sfc.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * tegra210_sfc.h - Definitions for Tegra210 SFC driver 5 * Copyright (c) 2021-2023 NVIDIA CORPORATION. All rights reserved. 34 #define TEGRA210_SFC_TX_FREQ 0x64 48 #define TEGRA210_SFC_EN (1 << TEGRA210_SFC_EN_SHIFT) 53 #define TEGRA210_SFC_COEF_RAM_EN BIT(0) 55 #define TEGRA210_SFC_SOFT_RESET_EN BIT(0) 59 #define TEGRA210_SFC_RAM_CTRL_RW_WRITE (1 << 14) 60 #define TEGRA210_SFC_RAM_CTRL_ADDR_INIT_EN (1 << 13) 61 #define TEGRA210_SFC_RAM_CTRL_SEQ_ACCESS_EN (1 << 12)
|