/linux/arch/x86/kernel/fpu/ |
H A D | xstate.h | 169 static inline void xfd_set_state(u64 xfd) in xfd_set_state() argument 171 wrmsrl(MSR_IA32_XFD, xfd); in xfd_set_state() 172 __this_cpu_write(xfd_state, xfd); in xfd_set_state() 178 u64 xfd = fpstate->xfd; in xfd_update_state() local 180 if (__this_cpu_read(xfd_state) != xfd) in xfd_update_state() 181 xfd_set_state(xfd); in xfd_update_state() 187 static inline void xfd_set_state(u64 xfd) { } in xfd_set_state() argument
|
H A D | core.c | 196 static void __fpstate_reset(struct fpstate *fpstate, u64 xfd); 295 void fpu_update_guest_xfd(struct fpu_guest *guest_fpu, u64 xfd) in fpu_update_guest_xfd() argument 298 guest_fpu->fpstate->xfd = xfd; in fpu_update_guest_xfd() 323 rdmsrl(MSR_IA32_XFD, fps->xfd); in fpu_sync_guest_vmexit_xfd_state() 324 __this_cpu_write(xfd_state, fps->xfd); in fpu_sync_guest_vmexit_xfd_state() 519 static void __fpstate_reset(struct fpstate *fpstate, u64 xfd) in __fpstate_reset() argument 526 fpstate->xfd = xfd; in __fpstate_reset() 533 __fpstate_reset(fpu->fpstate, init_fpstate.xfd); in fpstate_reset()
|
/linux/arch/mips/boot/dts/loongson/ |
H A D | rs780e-pch.dtsi | 10 0xfd 0xfe000000 0xfd 0xfe000000 0 0x2000000 /* PCI Config Space */>;
|
/linux/arch/x86/include/asm/fpu/ |
H A D | api.h | 156 extern void fpu_update_guest_xfd(struct fpu_guest *guest_fpu, u64 xfd); 159 static inline void fpu_update_guest_xfd(struct fpu_guest *guest_fpu, u64 xfd) { } in fpu_update_guest_xfd() argument
|
H A D | types.h | 372 u64 xfd; member
|
/linux/net/wireless/certs/ |
H A D | sforshee.hex | 28 0x8b, 0x96, 0x16, 0x1c, 0xfd, 0x24, 0xd5, 0x0b, 31 0xd9, 0xfe, 0x76, 0xa9, 0xfd, 0x60, 0x2d, 0x18, 83 0x02, 0x65, 0x73, 0xab, 0xfd, 0xcf, 0x94, 0xcc, 84 0x0d, 0x3a, 0x60, 0xfd, 0x3c, 0x14, 0x2f, 0x16,
|
H A D | wens.hex | 49 0xfd, 0xc6, 0xe6, 0x6b, 0x71, 0x9e, 0x67, 0x36, 59 0x20, 0xf6, 0x82, 0xfd, 0xd5, 0x67, 0x60, 0x5f,
|
/linux/Documentation/driver-api/media/drivers/ |
H A D | radiotrack.rst | 93 0xff ==> no stereo detected, 0xfd ==> stereo detected. 154 x=0xff ==> "not stereo", x=0xfd ==> "stereo detected"
|
/linux/lib/raid6/ |
H A D | vpermxor.uc | 39 static const vector unsigned char gf_high = {0xfd, 0xdd, 0xbd, 0x9d, 0x7d, 0x5d,
|
/linux/arch/powerpc/boot/dts/fsl/ |
H A D | qoriq-mpic4.3.dtsi | 129 0xfd 0 0 0
|
/linux/drivers/tty/vt/ |
H A D | cp437.uni | 285 0xfd U+00b2
|
/linux/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_seq.h_shipped | 169 0xfd, 0x57, 0xae, 0x08, 328 0xfd, 0xa4, 0x48, 0x09, 459 0xfd, 0xb4, 0x68, 0x09,
|
H A D | aic79xx_seq.h_shipped | 584 0xfd, 0xa4, 0x49, 0x09, 589 0xfd, 0xa4, 0x49, 0x0b,
|
/linux/arch/arm/boot/dts/renesas/ |
H A D | r8a77470.dtsi | 714 dmas = <&dmac0 0xfd>, <&dmac0 0xfe>, 715 <&dmac1 0xfd>, <&dmac1 0xfe>;
|
/linux/arch/arm/boot/dts/marvell/ |
H A D | dove.dtsi | 89 MBUS_ID(0x01, 0xfd) 0 0xf8000000 0x8000000 /* BootROM 128M */
|
/linux/Documentation/admin-guide/ |
H A D | md.rst | 81 type 0xfd are scanned and automatically assembled into RAID arrays.
|
/linux/tools/arch/x86/kcpuid/ |
H A D | cpuid.csv | 359 0xd, 1, eax, 4, xfd , Extended feature disable support
|
/linux/arch/x86/kvm/vmx/ |
H A D | vmx.c | 7009 if (vcpu->arch.guest_fpu.fpstate->xfd) in handle_nm_fault_irqoff()
|
/linux/fs/unicode/ |
H A D | utf8data.c_shipped | 111 0xe2,0x0e,0xe5,0xe1,0xfd,0xe4,0x10,0x08,0x05,0xff,0xe5,0x92,0xa2,0x00,0x05,0xff, 206 0xfd,0xee,0xcf,0x86,0xd5,0x31,0xc4,0xe3,0xe2,0x47,0xe2,0x83,0x46,0xe1,0x32,0xc6, 265 0x00,0x05,0xff,0xe5,0xac,0xbe,0x00,0xe3,0x2e,0xdd,0xd2,0x14,0xe1,0xfd,0xdc,0x10,
|
/linux/arch/x86/kvm/ |
H A D | x86.c | 4448 msr_info->data = vcpu->arch.guest_fpu.fpstate->xfd; in kvm_get_msr_common()
|