HomeSort by relevance Sort by last modified time
    Searched defs:Function (Results 201 - 225 of 830) sorted by null

1 2 3 4 5 6 7 891011>>

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
DMARemappingReportingTable.h 64 UINT8 Function;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/Ipf/
RuntimeLib.c 160 // The protocol contains a function pointer, which is an indirect procedure call.
161 // An indirect procedure call goes through a plabel, and pointer to a function is
228 // Close SetVirtualAddressMap () notify function
240 IN SAL_INTERNAL_EXTENDED_SAL_PROC Function,
247 Register ESAL Class Function and it's asociated global.
248 This function is boot service only!
251 FunctionId - ID of function to register
252 ClassGuid - GUID of function class
253 Function - Function to register under ClassGuid/FunctionId pair
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
Misc.c 456 UINTN Function;
624 // function of the NIC. Please refer to PXE Spec for detail info.
634 &Function
636 UndiLoaderTable->Ax = (UINT16) ((Bus << 0x8) | (Device << 0x3) | (Function));
653 "The NIC is located at Bus 0x%X, Device 0x%X, Function 0x%X\n\r",
656 Function)
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciOptionRomSupport.c 245 UINT8 Function;
250 Function = PciIoDevice->FunctionNumber;
273 Address = EFI_PCI_ADDRESS (Bus, Device, Function, RomBarIndex);
623 // Setting the memory space bit in the function's command register
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiIbft.c 210 UINTN Function;
235 Status = PciIo->GetLocation (PciIo, &Segment, &Bus, &Device, &Function);
240 return (UINT16) ((Bus << 8) | (Device << 3) | Function);
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
AlertStandardFormatTable.h 83 UINT8 Function;
DmaRemappingReportingTable.h 80 UINT8 Function;
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeRuntimeExtendedSalLib/
ExtendedSalLib.c 30 This assembly function stores the virtual plabel of ESAL entrypoint
49 This assembly function stores the physical plabel of ESAL entrypoint
68 This function retrives plabel of ESAL entrypoint stored by
88 Notification function of EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE to set virtual plabel of
91 This is a notification function registered on EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE event.
95 @param Event Event whose notification function is being invoked.
96 @param Context Pointer to the notification function's context
121 This function first locates Extended SAL Boot Service Protocol and caches it in global variable.
137 // The protocol contains a function pointer, which is an indirect procedure call.
138 // An indirect procedure call goes through a plabel, and pointer to a function is
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
UefiDevicePathLib.h 69 DEVICE_PATH_TO_TEXT Function;
79 DEVICE_PATH_FROM_TEXT Function;
158 This function returns the size, in bytes, of the device path data structure
177 This function allocates space for a new copy of the device path specified by DevicePath.
199 This function creates a new device path by appending a copy of SecondDevicePath
230 This function creates a new device path by appending a copy of the device node
266 This function creates a new device path by appending a copy of the device path
296 This function creates a copy of the current device path instance. It also updates
330 This function creates a new device node in a newly allocated buffer of size
357 This function returns TRUE if the device path specified by DevicePath is
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Csm/CsmSupportLib/
LegacyPlatform.c 249 UINTN Function;
293 Status = PciIo->GetLocation (PciIo, &Segment, &Bus, &Device, &Function);
325 // Currently we use the lowest numbered bus/device/function if multiple
328 CurrentAddress = PCI_LIB_ADDRESS(Bus, Device, Function, 0);
375 UINTN Function;
505 &Function
515 HddInfo[HddIndex].Function = (UINT32)Function;
519 HddInfo[HddIndex + 1].Function = (UINT32)Function;
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Library/IntelQNCLib/
PciExpress.c 46 @param[in] Function Function number of the interested device
56 UINT8 Function,
65 CapHeader = QNCMmPci8 (0, Bus, Device, Function, R_QNC_PCIE_CAP_PTR);
72 if (QNCMmPci8 (0, Bus, Device, Function, CapHeader) == CapId) {
75 CapHeader = QNCMmPci8 (0, Bus, Device, Function, CapHeader + 1);
91 @param[in] Function Function number of the interested device
101 UINT8 Function,
114 CapHeaderId = QNCMmPci16 (0, Bus, Device, Function, CapHeaderOffset);
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
HexEditorTypes.h 40 HEFI_MENU_ITEM_FUNCTION Function;
53 HEFI_MENU_ITEM_FUNCTION Function;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Mm.c 2 Main file for Mm shell Debug1 function.
60 Extract the PCI segment, bus, device, function, register from
68 @param[out] Function PCI function number.
78 OUT UINT8 *Function, OPTIONAL
85 // where ss = Segment, bb = Bus, dd = Device, ff = Function and rr = Register.
93 if (Function != NULL) {
94 *Function = (UINT8) (((UINT32) Address) >> 8);
102 // where ss = Segment, bb = Bus, dd = Device, ff = Function and rrr = Register.
109 if (Function != NULL) {
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSmm/
Platform.c 43 UINT8 Function;
198 // If LAN is disabled, WOL function should be disabled too.
245 // Register entry phase call back function
408 // mSetSmmVariableProtocolSmiAllowed will prevent this function from
477 mPciBm[Index].Function,
486 mPciBm[Index].Function,
SmmPlatform.h 77 UINT8 Function;
148 // Callback function prototypes
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
MiscSubclassDriver.h 53 // Data table entry update function.
68 EFI_MISC_SMBIOS_DATA_FUNCTION *Function;
76 extern EFI_MISC_SMBIOS_DATA_FUNCTION NAME3 ## Function
85 & NAME2 ## Function \
95 EFI_STATUS EFIAPI NAME2 ## Function( \
  /external/clang/test/SemaTemplate/
temp_arg_nontype_cxx1z.cpp 28 namespace Function {
121 int a_imp = a(A<3>()); // expected-error {{no matching function}}
126 int b_imp = b(B<nullptr>()); // expected-error {{no matching function}}
127 int b_exp = b<nullptr>(B<nullptr>()); // expected-error {{no matching function}}
132 int c_imp = c(C<x>()); // expected-error {{no matching function}}
133 int c_exp = c<x>(C<x>()); // expected-error {{no matching function}}
141 int d_imp = d(D<y>()); // expected-error {{no matching function}}
  /external/google-breakpad/src/common/
module.h 66 struct Function;
70 // Addresses appearing in File, Function, and Line structures are
82 // The file's source id. The Write member function clears this
88 // A function.
89 struct Function {
90 Function(const string &name_input, const Address &address_input) :
95 static bool CompareByAddress(const Function *x, const Function *y) {
99 // The function's name.
102 // The start address and length of the function's code
    [all...]
  /external/llvm/bindings/python/llvm/
core.py 28 "Function",
231 self.function = self.module.last
233 self.function = self.module.first
239 if not isinstance(self.function, Function):
241 result = self.function
243 self.function = self.function.prev
245 self.function = self.function.nex
    [all...]
  /external/llvm/lib/CodeGen/
StackProtector.cpp 29 #include "llvm/IR/Function.h"
86 bool StackProtector::runOnFunction(Function &Fn) {
198 /// \brief Check whether or not this function needs a stack protector based
299 // We could have define a new function TLI::supportsSelectionDAGSP(), but that
318 static bool CreatePrologue(Function *F, Module *M, ReturnInst *RI,
332 /// function.
342 for (Function::iterator I = F->begin(), E = F->end(); I != E;) {
365 // function-based or inlined depending on which mechanism the target is
368 // Generate the function-based epilogue instrumentation.
369 // The target provides a guard check function, generate a call to it
    [all...]
  /external/llvm/unittests/DebugInfo/PDB/
PDBApiTest.cpp 332 InsertItemWithTag(PDB_SymType::Function);
394 VerifyDyncast<PDBSymbolFunc>(PDB_SymType::Function);
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITCAPITest.cpp 153 Function = nullptr;
170 Function = LLVMAddFunction(Module, "simple_function",
172 LLVMSetFunctionCallConv(Function, LLVMCCallConv);
174 LLVMBasicBlockRef entry = LLVMAppendBasicBlock(Function, "entry");
196 Function = LLVMAddFunction(Module, "simple_function",
199 LLVMBasicBlockRef entry = LLVMAppendBasicBlock(Function, "entry");
225 Function = LLVMAddFunction(Module, "getGlobal",
227 LLVMSetFunctionCallConv(Function, LLVMCCallConv);
229 LLVMBasicBlockRef Entry = LLVMAppendBasicBlock(Function, "entry");
325 LLVMValueRef Function;
    [all...]
  /external/python/cpython2/Lib/
symtable.py 10 __all__ = ["symtable", "SymbolTable", "Class", "Function", "Symbol"]
22 return Function(table, filename)
61 return "function"
118 class Function(SymbolTable):
210 If the name is used as the target of a function or class
  /external/python/cpython2/Mac/Modules/app/
appsupport.py 3 # The function specifications are generated by scanning the mamager's header file,
118 Function = OSErrWeakLinkFunctionGenerator
  /external/python/cpython2/Mac/Modules/drag/
dragsupport.py 3 # The function specifications are generated by scanning the mamager's header file,
213 Function = OSErrWeakLinkFunctionGenerator

Completed in 666 milliseconds

1 2 3 4 5 6 7 891011>>