Searched refs:VFP (Results 1 – 18 of 18) sorted by relevance
/Linux-v4.19/Documentation/arm/ |
D | kernel_mode_neon.txt | 6 * Use only NEON instructions, or VFP instructions that don't rely on support 18 It is possible to use NEON instructions (and in some cases, VFP instructions) in 19 code that runs in kernel mode. However, for performance reasons, the NEON/VFP 23 may call schedule()], as NEON or VFP instructions will be executed in a 29 The NEON/VFP register file is managed using lazy preserve (on UP systems) and 32 contending for the NEON/VFP unit (or, in the SMP case, when a task migrates to 33 another core). Lazy restore is implemented by disabling the NEON/VFP unit after 34 every context switch, resulting in a trap when subsequently a NEON/VFP 38 Any use of the NEON/VFP unit in kernel mode should not interfere with this, so 39 it is required to do an 'eager' preserve of the NEON/VFP register file, and [all …]
|
D | 00-INDEX | 25 VFP/
|
/Linux-v4.19/arch/arm/kvm/hyp/ |
D | vfp.S | 29 @ Make sure *really* VFP is enabled so we can touch the registers. 31 tst r5, #FPEXC_EX @ Check for VFP Subarchitecture 45 VFPFSTMIA r0, r5 @ Save VFP registers 54 VFPFLDMIA r0, r1 @ Load VFP registers 58 tst r0, #FPEXC_EX @ Check for VFP Subarchitecture
|
D | entry.S | 110 @ NEON/VFP used. Turn on VFP access. 116 @ Switch VFP/NEON hardware state to the guest's
|
/Linux-v4.19/arch/arm/vfp/ |
D | entry.S | 18 @ VFP entry point. 32 ldr pc, [r4] @ call VFP entry point 44 @ This code is called if the VFP does not exist. It needs to flag the 45 @ failure to the VFP initialisation code.
|
D | vfphw.S | 72 @ VFP hardware support entry point. 89 VFPFMRX r1, FPEXC @ Is the VFP enabled? 92 bne look_for_VFP_exceptions @ VFP is already enabled 105 @ On UP, we lazily save the VFP context. As a different 106 @ thread wants ownership of the VFP hardware, save the old 109 VFPFMXR FPEXC, r5 @ enable VFP, disable any pending
|
/Linux-v4.19/arch/arm/include/asm/ |
D | vfpmacros.h | 11 @ Macros to allow building with old toolkits (with no VFP support) in toolkits() 20 @ read all the working registers back into the VFP in toolkits() 35 VFPFMRX \tmp, MVFR0 @ Media and VFP Feature Register 0 44 @ write all the working registers out of the VFP 59 VFPFMRX \tmp, MVFR0 @ Media and VFP Feature Register 0
|
/Linux-v4.19/Documentation/arm/VFP/ |
D | release-notes.txt | 1 Release notes for Linux Kernel VFP support code 7 This is the first release of the Linux Kernel VFP support code. It 8 provides support for the exceptions bounced from VFP hardware found
|
/Linux-v4.19/include/video/ |
D | kyro.h | 25 u32 VFP; /* Ver Front Porch */ member
|
/Linux-v4.19/drivers/video/fbdev/kyro/ |
D | fbdev.c | 459 var->lower_margin = par->VFP; in kyrofb_check_var() 509 par->VFP = info->var.lower_margin; in kyrofb_set_par() 512 par->VTot = par->YRES + par->VBP + par->VST + par->VFP; in kyrofb_set_par()
|
/Linux-v4.19/scripts/package/ |
D | mkdebian | 59 debarch=arm$(if_enabled_echo VFP hf el)
|
/Linux-v4.19/arch/arm/mach-omap2/ |
D | Kconfig | 137 select VFP
|
/Linux-v4.19/Documentation/arm/Marvell/ |
D | README | 356 ARMv5TE, VFP, dual-issue 359 ARMv5TE, VFP, dual-issue
|
/Linux-v4.19/arch/arm/ |
D | Kconfig | 2137 config VFP config 2138 bool "VFP-format floating point maths" 2141 Say Y to include VFP support code in the kernel. This is needed 2142 if your hardware includes a VFP unit. 2144 Please see <file:Documentation/arm/VFP/release-notes.txt> for 2147 Say N if your target does not have VFP hardware. 2151 depends on VFP
|
/Linux-v4.19/arch/arm64/ |
D | Kconfig | 1295 the user helper functions, VFP support and the ptrace interface are
|
/Linux-v4.19/drivers/eisa/ |
D | eisa.ids | 687 ICU06B0 "Zoom VFP V.32bis FAX Modem"
|
/Linux-v4.19/Documentation/virtual/kvm/ |
D | api.txt | 2021 ARM 32-bit VFP control registers have the following id bit patterns:
|
/Linux-v4.19/ |
D | MAINTAINERS | 2225 ARM/VFP SUPPORT
|