/drivers/gpu/drm/ci/ |
D | build.sh | 18 DEVICE_TREES="arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dtb" 19 DEVICE_TREES+=" arch/arm64/boot/dts/amlogic/meson-gxl-s805x-libretech-ac.dtb" 20 DEVICE_TREES+=" arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dtb" 21 DEVICE_TREES+=" arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dtb" 22 DEVICE_TREES+=" arch/arm64/boot/dts/qcom/apq8016-sbc.dtb" 23 DEVICE_TREES+=" arch/arm64/boot/dts/qcom/apq8096-db820c.dtb" 24 DEVICE_TREES+=" arch/arm64/boot/dts/amlogic/meson-g12b-a311d-khadas-vim3.dtb" 25 DEVICE_TREES+=" arch/arm64/boot/dts/mediatek/mt8173-elm-hana.dtb" 26 DEVICE_TREES+=" arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-juniper-sku16.dtb" 27 DEVICE_TREES+=" arch/arm64/boot/dts/mediatek/mt8192-asurada-spherion-r0.dtb" [all …]
|
D | igt_runner.sh | 42 ARCH="arm64" 44 ARCH="arm" 46 ARCH="x86_64" 49 …rors --retry-delay 60 -s ${FDO_HTTP_CACHE_URI:-}$PIPELINE_ARTIFACTS_BASE/$ARCH/igt.tar.gz | tar --…
|
D | build.yml | 19 DEFCONFIG: "arch/arm/configs/multi_v7_defconfig" 30 DEFCONFIG: "arch/arm64/configs/defconfig" 39 DEFCONFIG: "arch/x86/configs/x86_64_defconfig"
|
D | lava-submit.sh | 40 --kernel-url-prefix "https://${PIPELINE_ARTIFACTS_BASE}/${ARCH}" \ 41 …--build-url "${FDO_HTTP_CACHE_URI:-}https://${PIPELINE_ARTIFACTS_BASE}/${ARCH}/kernel-files.tar.zs…
|
D | test.yml | 26 ARCH: "armhf" 41 ARCH: "arm64" 56 ARCH: "x86_64"
|
/drivers/pinctrl/renesas/ |
D | Makefile | 55 CFLAGS_pfc-sh7203.o += -I$(srctree)/arch/sh/include/cpu-sh2a 56 CFLAGS_pfc-sh7264.o += -I$(srctree)/arch/sh/include/cpu-sh2a 57 CFLAGS_pfc-sh7269.o += -I$(srctree)/arch/sh/include/cpu-sh2a 58 CFLAGS_pfc-sh7720.o += -I$(srctree)/arch/sh/include/cpu-sh3 59 CFLAGS_pfc-sh7722.o += -I$(srctree)/arch/sh/include/cpu-sh4 60 CFLAGS_pfc-sh7723.o += -I$(srctree)/arch/sh/include/cpu-sh4 61 CFLAGS_pfc-sh7724.o += -I$(srctree)/arch/sh/include/cpu-sh4 62 CFLAGS_pfc-sh7734.o += -I$(srctree)/arch/sh/include/cpu-sh4 63 CFLAGS_pfc-sh7757.o += -I$(srctree)/arch/sh/include/cpu-sh4 64 CFLAGS_pfc-sh7785.o += -I$(srctree)/arch/sh/include/cpu-sh4 [all …]
|
/drivers/net/ethernet/sfc/ |
D | nic.c | 182 #define REGISTER(name, arch, min_rev, max_rev) { \ argument 183 arch ## R_ ## min_rev ## max_rev ## _ ## name, \ 184 REGISTER_REVISION_ ## arch ## min_rev, \ 185 REGISTER_REVISION_ ## arch ## max_rev \ 203 #define REGISTER_TABLE_DIMENSIONS(_, offset, arch, min_rev, max_rev, step, rows) { \ argument 205 REGISTER_REVISION_ ## arch ## min_rev, \ 206 REGISTER_REVISION_ ## arch ## max_rev, \ 209 #define REGISTER_TABLE(name, arch, min_rev, max_rev) \ argument 211 name, arch ## R_ ## min_rev ## max_rev ## _ ## name, \ 212 arch, min_rev, max_rev, \ [all …]
|
/drivers/net/ethernet/sfc/falcon/ |
D | nic.c | 171 #define REGISTER_REVISION_FZ 3 /* last Falcon arch revision */ 180 #define REGISTER(name, arch, min_rev, max_rev) { \ argument 181 arch ## R_ ## min_rev ## max_rev ## _ ## name, \ 182 REGISTER_REVISION_ ## arch ## min_rev, \ 183 REGISTER_REVISION_ ## arch ## max_rev \ 305 #define REGISTER_TABLE_DIMENSIONS(_, offset, arch, min_rev, max_rev, step, rows) { \ argument 307 REGISTER_REVISION_ ## arch ## min_rev, \ 308 REGISTER_REVISION_ ## arch ## max_rev, \ 311 #define REGISTER_TABLE(name, arch, min_rev, max_rev) \ argument 313 name, arch ## R_ ## min_rev ## max_rev ## _ ## name, \ [all …]
|
/drivers/net/ethernet/sfc/siena/ |
D | nic.c | 177 #define REGISTER_REVISION_FZ 3 /* last Falcon arch revision */ 186 #define REGISTER(name, arch, min_rev, max_rev) { \ argument 187 arch ## R_ ## min_rev ## max_rev ## _ ## name, \ 188 REGISTER_REVISION_ ## arch ## min_rev, \ 189 REGISTER_REVISION_ ## arch ## max_rev \ 311 #define REGISTER_TABLE_DIMENSIONS(_, offset, arch, min_rev, max_rev, step, rows) { \ argument 313 REGISTER_REVISION_ ## arch ## min_rev, \ 314 REGISTER_REVISION_ ## arch ## max_rev, \ 317 #define REGISTER_TABLE(name, arch, min_rev, max_rev) \ argument 319 name, arch ## R_ ## min_rev ## max_rev ## _ ## name, \ [all …]
|
/drivers/iommu/arm/arm-smmu-v3/pkvm/ |
D | Kbuild | 1 subdir-ccflags-y += -I$(srctree)/arch/arm64/kvm/hyp/include/ 4 include $(srctree)/arch/arm64/kvm/hyp/nvhe/Makefile.module
|
/drivers/pinctrl/ |
D | pinctrl-microchip-sgpio.c | 59 int arch; member 92 .arch = SGPIO_ARCH_LUTON, 97 .arch = SGPIO_ARCH_OCELOT, 102 .arch = SGPIO_ARCH_SPARX5, 190 switch (priv->properties->arch) { in sgpio_configure_bitstream() 216 switch (priv->properties->arch) { in sgpio_configure_clock() 243 switch (priv->properties->arch) { in sgpio_single_shot() 294 switch (priv->properties->arch) { in sgpio_output_set() 331 switch (priv->properties->arch) { in sgpio_output_get()
|
/drivers/crypto/vmx/ |
D | ppc-xlate.pl | 50 my $arch = shift; 52 { $arch =~ s/\"//g; 53 $arch = ($flavour=~/64/) ? "ppc970-64" : "ppc970" if ($arch eq "any"); 55 ".machine $arch";
|
/drivers/s390/char/ |
D | zcore.c | 6 * For more information please refer to Documentation/arch/s390/zfcpdump.rst 303 unsigned char arch; in zcore_init() local 339 rc = memcpy_hsa_kernel(&arch, __LC_AR_MODE_ID, 1); in zcore_init() 343 if (arch == ARCH_S390) { in zcore_init()
|
/drivers/video/fbdev/omap/ |
D | lcd_dma.h | 3 * arch/arm/mach-omap1/include/mach/lcd_dma.h 5 * Extracted from arch/arm/plat-omap/include/plat/dma.h
|
/drivers/firmware/efi/libstub/ |
D | Makefile.zboot | 3 # to be include'd by arch/$(ARCH)/boot/Makefile after setting
|
/drivers/net/ethernet/smsc/ |
D | Kconfig | 95 If the arch enables this, it allows the arch to implement various
|
/drivers/acpi/ |
D | irq.c | 37 * failure, unless there is an arch-specific fallback handler. in acpi_gsi_to_irq() 318 * callback to fallback to arch specified implementation. 319 * @fn: arch-specific fallback handler
|
/drivers/hwtracing/coresight/ |
D | coresight-etm4x.h | 750 #define ETM_ARCH_MAJOR_VERSION(arch) (((arch) >> 4) & 0xfU) argument 751 #define ETM_ARCH_MINOR_VERSION(arch) ((arch) & 0xfU) argument 928 * @arch: ETM architecture version. 986 * @arch_features: Bitmap of arch features of etmv4 devices. 995 u8 arch; member 1067 return drvdata->arch >= ETM_ARCH_ETE; in etm4x_is_ete()
|
/drivers/gpu/drm/amd/amdkfd/ |
D | cwsr_trap_handler_gfx9.asm | 655 // ACC VGPR count may differ from ARCH VGPR count. 764 // Save ARCH VGPRs 4-N, then all ACC VGPRs, then ARCH VGPRs 0-3. 768 // ARCH VGPRs at offset: 0 787 // ACC VGPR count may differ from ARCH VGPR count. 795 // ACC VGPRs at offset: size(ARCH VGPRs) 1047 // VGPR count includes ACC VGPRs, use ACC VGPR offset for ARCH VGPR count. 1065 // ACC VGPR count = VGPR count - ARCH VGPR count.
|
/drivers/s390/crypto/ |
D | vfio_ap_ops.c | 443 gisa = kvm->arch.gisa_int.origin; in vfio_ap_irq_enable() 450 ensure_nib_shared(h_nib & PAGE_MASK, kvm->arch.gmap)) { in vfio_ap_irq_enable() 579 if (!(vcpu->arch.sie_block->eca & ECA_AIV)) { in handle_pqap() 581 __func__, apqn, vcpu->arch.sie_block->eca); in handle_pqap() 588 if (!vcpu->kvm->arch.crypto.pqap_hook) { in handle_pqap() 595 matrix_mdev = container_of(vcpu->kvm->arch.crypto.pqap_hook, in handle_pqap() 1594 if (kvm->arch.crypto.crycbd) { in vfio_ap_mdev_set_kvm() 1595 down_write(&kvm->arch.crypto.pqap_hook_rwsem); in vfio_ap_mdev_set_kvm() 1596 kvm->arch.crypto.pqap_hook = &matrix_mdev->pqap_hook; in vfio_ap_mdev_set_kvm() 1597 up_write(&kvm->arch.crypto.pqap_hook_rwsem); in vfio_ap_mdev_set_kvm() [all …]
|
/drivers/char/hw_random/ |
D | s390-trng.c | 6 * available via CPACF extension MSA 7 on the s390 arch. 117 "arch: %llu\n" in trng_counter_show()
|
/drivers/irqchip/ |
D | irq-ftintc010.c | 6 * Based on arch/arm/mach-gemini/irq.c 172 * For more info see arch/arm/mach-gemini/idle.c in ft010_of_init_irq()
|
/drivers/block/drbd/ |
D | drbd_proc.c | 45 * want to support more than (1<<32) bits on a 32bit arch. */ in drbd_get_syncer_progress() 71 * so we don't need a 64bit division on 32bit arch. in drbd_get_syncer_progress() 73 * arch anyways, but no harm done to be prepared for it here. in drbd_get_syncer_progress()
|
/drivers/soc/pxa/ |
D | ssp.c | 3 * linux/arch/arm/mach-pxa/ssp.c 5 * based on linux/arch/arm/mach-sa1100/ssp.c by Russell King
|
/drivers/misc/pkvm-smc/pkvm/ |
D | Makefile | 2 include $(srctree)/arch/arm64/kvm/hyp/nvhe/Makefile.module
|