Searched defs:Function (Results 1 - 25 of 93) sorted by relevance

1234

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/IA32/
H A DDispatchExecute.c21 @param Function The 32bit code entry to be executed.
30 IN UINT64 Function,
38 EntryFunc = (DISPATCH_ENTRYPOINT_FUNC) (UINTN) (Function);
29 Execute32BitCode( IN UINT64 Function, IN UINT64 Param1, IN UINT64 Param2 ) argument
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/BaseFspApiLib/IA32/
H A DDispatchExecute.c28 @param[in] Function The 32bit code entry to be executed.
35 IN UINT64 Function,
42 EntryFunc = (FSP_FUNCTION) (UINTN) (Function);
34 Execute32BitCode( IN UINT64 Function, IN UINT64 Param1 ) argument
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgent/
H A DSecPeiDebugAgentLib.h27 DEBUG_AGENT_CONTINUE Function; member in struct:__anon9385
/device/linaro/bootloader/edk2/EmulatorPkg/MiscSubClassPlatformDxe/
H A DMiscSubClassDriver.h64 EFI_MISC_SMBIOS_DATA_FUNCTION *Function; member in struct:__anon5157
72 extern EFI_MISC_SMBIOS_DATA_FUNCTION NAME3 ## Function
81 & NAME2 ## Function \
91 EFI_STATUS EFIAPI NAME2 ## Function( \
/device/linaro/bootloader/edk2/Nt32Pkg/MiscSubClassPlatformDxe/
H A DMiscSubclassDriver.h60 EFI_MISC_SMBIOS_DATA_FUNCTION *Function; member in struct:__anon8568
68 extern EFI_MISC_SMBIOS_DATA_FUNCTION NAME3 ## Function
77 & NAME2 ## Function \
87 EFI_STATUS EFIAPI NAME2 ## Function( \
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmPlatformSysConfigLibNull/
H A DArmPlatformSysConfigLibNull.c39 IN UINT32 Function,
51 IN SYS_CONFIG_FUNCTION Function,
60 IN SYS_CONFIG_FUNCTION Function,
70 IN SYS_CONFIG_FUNCTION Function,
79 IN SYS_CONFIG_FUNCTION Function,
37 AccessSysCfgRegister( IN UINT32 ReadWrite, IN UINT32 Function, IN UINT32 Site, IN UINT32 Position, IN UINT32 Device, IN OUT UINT32* Data ) argument
50 ArmPlatformSysConfigGet( IN SYS_CONFIG_FUNCTION Function, OUT UINT32* Value ) argument
59 ArmPlatformSysConfigGetValues( IN SYS_CONFIG_FUNCTION Function, IN UINTN Size, OUT UINT32* Values ) argument
69 ArmPlatformSysConfigSet( IN SYS_CONFIG_FUNCTION Function, IN UINT32 Value ) argument
78 ArmPlatformSysConfigSetDevice( IN SYS_CONFIG_FUNCTION Function, IN UINT32 Device, IN UINT32 Value ) argument
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
H A DNotify.c35 ProtNotify->Function (&ProtEntry->ProtocolID, Prot->Interface, Prot->Handle);
91 @param Function Points to the notification function
98 @retval EFI_NOT_FOUND If the registration is not found when Function == NULL
105 IN EFI_SMM_NOTIFY_FN Function,
118 if (Function == NULL) {
164 (ProtNotify->Function == Function)) {
182 ProtNotify->Function = Function;
103 SmmRegisterProtocolNotify( IN CONST EFI_GUID *Protocol, IN EFI_SMM_NOTIFY_FN Function, OUT VOID **Registration ) argument
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciPlatform/
H A DPciPlatform.h47 UINTN Function; member in struct:__anon8835
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PciPlatform/
H A DPciPlatform.h52 UINTN Function;
43 UINTN Function; member in struct:__anon9937
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
H A DSlotConfig.h54 UINT8 Function;
45 UINT8 Function; member in struct:__anon9951
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dpyclbr.py34 A function is described by the class Function in this module.
48 __all__ = ["readmodule", "readmodule_ex", "Class", "Function"]
68 class Function: class in inherits:
175 dict[meth_name] = Function(fullmodule, meth_name,
338 elif isinstance(obj, Function):
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UfsPciHcPei/
H A DUfsPciHcPei.c83 UINT16 Function; local
117 for (Function = 0; Function < 8; Function++) {
118 SubClass = PciRead8 (PCI_LIB_ADDRESS (Bus, Device, Function, 0x0A));
119 BaseClass = PciRead8 (PCI_LIB_ADDRESS (Bus, Device, Function, 0x0B));
125 PciAnd16 (PCI_LIB_ADDRESS (Bus, Device, Function, PCI_COMMAND_OFFSET), (UINT16)~(EFI_PCI_COMMAND_BUS_MASTER | EFI_PCI_COMMAND_MEMORY_SPACE));
126 PciWrite32 (PCI_LIB_ADDRESS (Bus, Device, Function, PCI_BASE_ADDRESSREG_OFFSET), 0xFFFFFFFF);
127 Size = PciRead32 (PCI_LIB_ADDRESS (Bus, Device, Function, PCI_BASE_ADDRESSREG_OFFSET));
132 PciWrite32 (PCI_LIB_ADDRESS (Bus, Device, Function, PCI_BASE_ADDRESSREG_OFFSE
[all...]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DEditMenuBar.h41 MENU_ITEM_FUNCTION Function; member in struct:_EDITOR_MENU_ITEM
96 Function to dispatch the correct function based on a function key (F1...)
111 Function to dispatch the correct function based on a control-based key (ctrl+o...)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/
H A Dbases.py6 from framer.function import Function, Method namespace
60 self.__functions[name] = Function(obj, self)
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSysConfigLib/
H A DArmVExpressSysConfig.c66 IN UINT32 Function,
84 SysCfgCtrl = SYS_CFGCTRL_START | ReadWrite | SYS_CFGCTRL_FUNCTION(Function) | SYS_CFGCTRL_SITE(Site) |
106 IN SYS_CONFIG_FUNCTION Function,
118 switch(Function) {
121 Function = SYS_CFG_OSC;
126 Function = SYS_CFG_OSC;
152 return AccessSysCfgRegister (SYS_CFGCTRL_READ, Function, Site, Position, Device, Value);
157 IN SYS_CONFIG_FUNCTION Function,
167 IN SYS_CONFIG_FUNCTION Function,
179 switch(Function) {
64 AccessSysCfgRegister( IN UINT32 ReadWrite, IN UINT32 Function, IN UINT32 Site, IN UINT32 Position, IN UINT32 Device, IN OUT UINT32* Data ) argument
105 ArmPlatformSysConfigGet( IN SYS_CONFIG_FUNCTION Function, OUT UINT32* Value ) argument
156 ArmPlatformSysConfigGetValues( IN SYS_CONFIG_FUNCTION Function, IN UINTN Size, OUT UINT32* Values ) argument
166 ArmPlatformSysConfigSet( IN SYS_CONFIG_FUNCTION Function, IN UINT32 Value ) argument
217 ArmPlatformSysConfigSetDevice( IN SYS_CONFIG_FUNCTION Function, IN UINT32 Device, IN UINT32 Value ) argument
[all...]
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSysConfigRuntimeLib/
H A DArmVExpressSysConfigRuntimeLib.c69 IN UINT32 Function,
91 SysCfgCtrl = SYS_CFGCTRL_START | ReadWrite | SYS_CFGCTRL_FUNCTION(Function) | SYS_CFGCTRL_SITE(Site) |
113 IN SYS_CONFIG_FUNCTION Function,
125 switch(Function) {
128 Function = SYS_CFG_OSC;
133 Function = SYS_CFG_OSC;
159 return AccessSysCfgRegister (SYS_CFGCTRL_READ, Function, Site, Position, Device, Value);
164 IN SYS_CONFIG_FUNCTION Function,
174 IN SYS_CONFIG_FUNCTION Function,
186 switch(Function) {
67 AccessSysCfgRegister( IN UINT32 ReadWrite, IN UINT32 Function, IN UINT32 Site, IN UINT32 Position, IN UINT32 Device, IN OUT UINT32* Data ) argument
112 ArmPlatformSysConfigGet( IN SYS_CONFIG_FUNCTION Function, OUT UINT32* Value ) argument
163 ArmPlatformSysConfigGetValues( IN SYS_CONFIG_FUNCTION Function, IN UINTN Size, OUT UINT32* Values ) argument
173 ArmPlatformSysConfigSet( IN SYS_CONFIG_FUNCTION Function, IN UINT32 Value ) argument
224 ArmPlatformSysConfigSetDevice( IN SYS_CONFIG_FUNCTION Function, IN UINT32 Device, IN UINT32 Value ) argument
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/
H A DEfiPci.h27 UINT8 Function; member in struct:__anon3609
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
H A DEfiPciCfg.h62 UINT8 Function; member in struct:__anon4432
74 UINT8 Function; member in struct:__anon4433
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
H A DEfiPci.h34 UINT8 Function; member in struct:__anon4577
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/EdkDxeSalLib/Ipf/
H A DEsalServiceLib.c70 IN SAL_INTERNAL_EXTENDED_SAL_PROC Function,
77 Register ESAL Class Function and it's asociated global.
83 Function - Function to register under ClassGuid/FunctionId pair
84 ModuleGlobal - Module global for Function.
87 EFI_SUCCESS - If ClassGuid/FunctionId Function was registered.
96 Function,
117 ModuleGlobal - Module global for Function.
128 SAL_INTERNAL_EXTENDED_SAL_PROC Function; local
136 Function
67 RegisterEsalFunction( IN UINT64 FunctionId, IN EFI_GUID *ClassGuid, IN SAL_INTERNAL_EXTENDED_SAL_PROC Function, IN VOID *ModuleGlobal ) argument
[all...]
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/BaseFspApiLib/X64/
H A DDispatchExecute.c62 @param[in] Function The 32bit code entry to be executed.
71 IN UINT64 Function,
81 @param[in] Function The 32bit code entry to be executed.
88 IN UINT64 Function,
101 Status = AsmExecute32BitCode (Function, Param1, 0, &mGdt);
87 Execute32BitCode( IN UINT64 Function, IN UINT64 Param1 ) argument
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
H A DFirmwarePerformance.h123 UINTN Function; member in struct:__anon6093
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/FaultTolerantWriteDxe/
H A DFaultTolerantWriteSmmCommon.h30 UINTN Function; member in struct:__anon6405
/device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
H A DPciCfg2.h74 UINT8 Function; member in struct:__anon7778
/device/linaro/bootloader/edk2/PcAtChipsetPkg/Library/AcpiTimerLib/
H A DAcpiTimerLib.c54 UINTN Function; local
85 Function = PcdGet8 (PcdAcpiIoPciFunctionNumber);
92 if ((PciRead8 (PCI_LIB_ADDRESS (Bus, Device, Function, EnableRegister) & EnableMask) != EnableMask)) {
94 PCI_LIB_ADDRESS (Bus, Device, Function, PcdGet16 (PcdAcpiIoPciBarRegisterOffset)),
98 PCI_LIB_ADDRESS (Bus, Device, Function, EnableRegister),

Completed in 4152 milliseconds

1234