Searched refs:VFP (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | vfpmacros.h | 5 * Assembler-only file containing VFP macros and register definitions. 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-6.6/arch/arm/include/asm/ |
H A D | vfpmacros.h | 5 * Assembler-only file containing VFP macros and register definitions. 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/ |
H A D | vfphw.S | 30 1: .ascii KERN_DEBUG "VFP: \str\n" 45 1: .ascii KERN_DEBUG "VFP: \str\n" 62 1: .ascii KERN_DEBUG "VFP: \str\n" 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 139 @ We're loading this threads state into the VFP hardwar [all...] |
/kernel/linux/linux-5.10/include/video/ |
H A D | kyro.h | 25 u32 VFP; /* Ver Front Porch */ member
|
/kernel/linux/linux-6.6/include/video/ |
H A D | kyro.h | 25 u32 VFP; /* Ver Front Porch */ member
|
/kernel/linux/linux-6.6/arch/arm/nwfpe/ |
H A D | entry.S | 162 ret lr @ CP#10 (VFP) 163 ret lr @ CP#11 (VFP)
|
/kernel/linux/linux-5.10/drivers/video/fbdev/kyro/ |
H A 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/linux/linux-6.6/drivers/video/fbdev/kyro/ |
H A D | fbdev.c | 468 var->lower_margin = par->VFP; in kyrofb_check_var() 520 par->VFP = info->var.lower_margin; in kyrofb_set_par() 523 par->VTot = par->YRES + par->VBP + par->VST + par->VFP; in kyrofb_set_par()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/ |
H A D | chipone-icn6211.c | 52 #define VFP 0x27 macro 402 chipone_writeb(icn, VFP, mode->vsync_start - mode->vdisplay); in chipone_atomic_enable()
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | cpuinfo.c | 111 [COMPAT_KERNEL_HWCAP(VFP)] = "vfp",
|
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | cpuinfo.c | 141 [COMPAT_KERNEL_HWCAP(VFP)] = "vfp",
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | proc-feroceon.S | 60 mov r1, #1 @ disable quirky VFP
|
Completed in 7 milliseconds