Searched refs:VFP (Results 1 – 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/Documentation/arm/ |
D | kernel_mode_neon.rst | 7 * Use only NEON instructions, or VFP instructions that don't rely on support 19 It is possible to use NEON instructions (and in some cases, VFP instructions) in 20 code that runs in kernel mode. However, for performance reasons, the NEON/VFP 24 may call schedule()], as NEON or VFP instructions will be executed in a 30 The NEON/VFP register file is managed using lazy preserve (on UP systems) and 33 contending for the NEON/VFP unit (or, in the SMP case, when a task migrates to 34 another core). Lazy restore is implemented by disabling the NEON/VFP unit after 35 every context switch, resulting in a trap when subsequently a NEON/VFP 39 Any use of the NEON/VFP unit in kernel mode should not interfere with this, so 40 it is required to do an 'eager' preserve of the NEON/VFP register file, and [all …]
|
D | marvel.rst | 449 ARMv5TE, VFP, dual-issue 452 ARMv5TE, VFP, dual-issue
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
D | vfpmacros.h | 20 @ Macros to allow building with old toolkits (with no VFP support) 30 @ read all the working registers back into the VFP 47 VFPFMRX \tmp, MVFR0 @ Media and VFP Feature Register 0 56 @ write all the working registers out of the VFP 72 VFPFMRX \tmp, MVFR0 @ Media and VFP Feature Register 0
|
/kernel/linux/linux-5.10/arch/arm/vfp/ |
D | vfphw.S | 69 @ VFP hardware support entry point. 82 VFPFMRX r1, FPEXC @ Is the VFP enabled? 85 bne look_for_VFP_exceptions @ VFP is already enabled 98 @ On UP, we lazily save the VFP context. As a different 99 @ thread wants ownership of the VFP hardware, save the old 102 VFPFMXR FPEXC, r5 @ enable VFP, disable any pending
|
D | entry.S | 15 @ VFP entry point. 29 ldr pc, [r4] @ call VFP entry point
|
/kernel/linux/linux-5.10/Documentation/arm/vfp/ |
D | release-notes.rst | 2 Release notes for Linux Kernel VFP support code 9 This is the first release of the Linux Kernel VFP support code. It 10 provides support for the exceptions bounced from VFP hardware found
|
/kernel/linux/linux-5.10/include/video/ |
D | kyro.h | 25 u32 VFP; /* Ver Front Porch */ member
|
/kernel/linux/linux-5.10/drivers/video/fbdev/kyro/ |
D | fbdev.c | 467 var->lower_margin = par->VFP; in kyrofb_check_var() 517 par->VFP = info->var.lower_margin; in kyrofb_set_par() 520 par->VTot = par->YRES + par->VBP + par->VST + par->VFP; in kyrofb_set_par()
|
/kernel/liteos_a/arch/arm/ |
D | Kconfig | 24 # VFP Hardware
|
/kernel/liteos_m/arch/arm/ |
D | Kconfig | 32 # VFP Hardware
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
D | cpuinfo.c | 111 [COMPAT_KERNEL_HWCAP(VFP)] = "vfp",
|
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
D | Kconfig | 140 select VFP
|
/kernel/linux/linux-5.10/arch/arm/ |
D | Kconfig | 2017 config VFP config 2018 bool "VFP-format floating point maths" 2021 Say Y to include VFP support code in the kernel. This is needed 2022 if your hardware includes a VFP unit. 2027 Say N if your target does not have VFP hardware. 2031 depends on VFP
|
/kernel/linux/linux-5.10/drivers/eisa/ |
D | eisa.ids | 687 ICU06B0 "Zoom VFP V.32bis FAX Modem"
|
/kernel/linux/linux-5.10/arch/arm64/ |
D | Kconfig | 1274 the user helper functions, VFP support and the ptrace interface are
|
/kernel/linux/linux-5.10/Documentation/virt/kvm/ |
D | api.rst | 2359 ARM 32-bit VFP control registers have the following id bit patterns::
|
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/ |
D | linux-5.10.patch | 8924 +#define VFP 0x27 9763 + .vsync_start = 480 + 7, // VACT + VFP 9764 + .vsync_end = 480 + 7 + 3, // VACT + VFP + VSYNC 9765 + .vtotal = 480 + 7 + 3 + 32, // VACT + VFP + VSYNC + VBP
|
/kernel/linux/linux-5.10/ |
D | MAINTAINERS | 2680 ARM/VFP SUPPORT
|