003 File Manager
Current Path:
/usr/src/stand/efi/include
usr
/
src
/
stand
/
efi
/
include
/
📁
..
📁
Guid
📁
Protocol
📄
README
(1.54 KB)
📁
amd64
📁
arm
📁
arm64
📄
efi.h
(1.57 KB)
📄
efi_driver_utils.h
(1.56 KB)
📄
efi_drivers.h
(1.67 KB)
📄
efi_nii.h
(2.88 KB)
📄
efiapi.h
(32.23 KB)
📄
efichar.h
(1.63 KB)
📄
eficon.h
(15.26 KB)
📄
eficonsctl.h
(3.94 KB)
📄
efidebug.h
(2.73 KB)
📄
efidef.h
(5.17 KB)
📄
efidevp.h
(17.56 KB)
📄
efierr.h
(2.19 KB)
📄
efifpswa.h
(1.05 KB)
📄
efifs.h
(2.9 KB)
📄
efigop.h
(2.82 KB)
📄
efigpt.h
(1.83 KB)
📄
efiip.h
(12.65 KB)
📄
efilib.h
(5.73 KB)
📄
efinet.h
(9.95 KB)
📄
efipart.h
(1.57 KB)
📄
efipciio.h
(29.24 KB)
📄
efipoint.h
(3.25 KB)
📄
efiprot.h
(16.01 KB)
📄
efipxebc.h
(15.33 KB)
📄
efiser.h
(3.72 KB)
📄
efistdarg.h
(955 B)
📄
efitcp.h
(9.91 KB)
📄
efiudp.h
(7.08 KB)
📄
efiuga.h
(6.23 KB)
📄
efizfs.h
(1.89 KB)
📁
i386
📁
riscv
Editing: efifpswa.h
/* $FreeBSD$ */ #ifndef _EFI_FPSWA_H #define _EFI_FPSWA_H /* * EFI FP SWA Driver (Floating Point Software Assist) */ #define EFI_INTEL_FPSWA \ { 0xc41b6531, 0x97b9, 0x11d3, {0x9a, 0x29, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d} } INTERFACE_DECL(_FPSWA_INTERFACE); typedef struct _FPSWA_RET { UINT64 status; UINT64 err1; UINT64 err2; UINT64 err3; } FPSWA_RET; typedef FPSWA_RET (EFIAPI *EFI_FPSWA) ( IN UINTN TrapType, IN OUT VOID *Bundle, IN OUT UINT64 *pipsr, IN OUT UINT64 *pfsr, IN OUT UINT64 *pisr, IN OUT UINT64 *ppreds, IN OUT UINT64 *pifs, IN OUT VOID *fp_state ); typedef struct _FPSWA_INTERFACE { UINT32 Revision; UINT32 Reserved; EFI_FPSWA Fpswa; } FPSWA_INTERFACE; #endif
Upload File
Create Folder