/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
H A D | MachOLayoutBuilder.cpp | 29 const MachO::macho_load_command &MLC = LC.MachOLoadCommand; in computeSizeOfCmds() 30 auto cmd = MLC.load_command_data.cmd; in computeSizeOfCmds() 68 void MachOLayoutBuilder::updateDySymTab(MachO::macho_load_command &MLC) { in updateDySymTab() 69 assert(MLC.load_command_data.cmd == MachO::LC_DYSYMTAB); in updateDySymTab() 102 MLC.dysymtab_command_data.ilocalsym = 0; in updateDySymTab() 103 MLC.dysymtab_command_data.nlocalsym = NumLocalSymbols; in updateDySymTab() 104 MLC.dysymtab_command_data.iextdefsym = NumLocalSymbols; in updateDySymTab() 105 MLC.dysymtab_command_data.nextdefsym = NumExtDefSymbols; in updateDySymTab() 106 MLC.dysymtab_command_data.iundefsym = NumLocalSymbols + NumExtDefSymbols; in updateDySymTab() 107 MLC in updateDySymTab() 28 const MachO::macho_load_command &MLC = LC.MachOLoadCommand; computeSizeOfCmds() local 67 updateDySymTab(MachO::macho_load_command & MLC) updateDySymTab() argument 119 auto &MLC = LC.MachOLoadCommand; layoutSegments() local 319 MachO::macho_load_command *MLC = LinkEditLoadCommand; layoutTail() local 337 auto &MLC = LC.MachOLoadCommand; layoutTail() local [all...] |
H A D | MachOObject.cpp | 151 const MachO::macho_load_command &MLC = LC.MachOLoadCommand; in nextAvailableSegmentAddress() 152 switch (MLC.load_command_data.cmd) { in nextAvailableSegmentAddress() 155 static_cast<uint64_t>(MLC.segment_command_data.vmaddr) + in nextAvailableSegmentAddress() 156 MLC.segment_command_data.vmsize); in nextAvailableSegmentAddress() 159 Addr = std::max(Addr, MLC.segment_command_64_data.vmaddr + in nextAvailableSegmentAddress() 160 MLC.segment_command_64_data.vmsize); in nextAvailableSegmentAddress() 206 const MachO::macho_load_command &MLC = MachOLoadCommand; in getSegmentName() 207 switch (MLC.load_command_data.cmd) { in getSegmentName() 209 return extractSegmentName(MLC.segment_command_data.segname); in getSegmentName() 211 return extractSegmentName(MLC in getSegmentName() 150 const MachO::macho_load_command &MLC = LC.MachOLoadCommand; nextAvailableSegmentAddress() local 205 const MachO::macho_load_command &MLC = MachOLoadCommand; getSegmentName() local 217 const MachO::macho_load_command &MLC = MachOLoadCommand; getSegmentVMAddr() local [all...] |
H A D | MachOWriter.cpp | 160 MachO::macho_load_command MLC = LC.MachOLoadCommand; in writeLoadCommands() local 161 switch (MLC.load_command_data.cmd) { in writeLoadCommands() 164 MachO::swapStruct(MLC.segment_command_data); in writeLoadCommands() 165 memcpy(Begin, &MLC.segment_command_data, sizeof(MachO::segment_command)); in writeLoadCommands() 173 MachO::swapStruct(MLC.segment_command_64_data); in writeLoadCommands() 174 memcpy(Begin, &MLC.segment_command_64_data, in writeLoadCommands() 186 MLC.load_command_data.cmdsize); \ in writeLoadCommands() 188 MachO::swapStruct(MLC.LCStruct##_data); \ in writeLoadCommands() 189 memcpy(Begin, &MLC.LCStruct##_data, sizeof(MachO::LCStruct)); \ in writeLoadCommands() 197 switch (MLC.load_command_data.cmd) { in writeLoadCommands() [all …]
|
H A D | MachOLayoutBuilder.h | 70 void updateDySymTab(MachO::macho_load_command &MLC);
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/ |
H A D | lpc32xx-mlc.txt | 1 NXP LPC32xx SoC NAND MLC controller 4 - compatible: "nxp,lpc3220-mlc" 10 User Manual 7.5.14 MLC NAND Timing Register (the values here are specified in 26 mlc: flash@200a8000 { 27 compatible = "nxp,lpc3220-mlc";
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | hi6421.txt | 24 // supply for MLC NAND/ eMMC
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/lpc/ |
H A D | lpc32xx.dtsi | 63 * Enable either SLC or MLC 72 mlc: flash@200a8000 { label 73 compatible = "nxp,lpc3220-mlc";
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/partitions/ |
H A D | partition.yaml | 51 on a partition attached to an MLC NAND thus making this partition
|
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/fsl/ |
H A D | fsl,ifc.yaml | 16 external memory types, such as NAND flash (SLC and MLC), NOR flash, EPROM,
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_barrier.h | 50 // Use four cache lines: MLC tends to prefetch the next or previous cache line
|
/freebsd/lib/libpmc/ |
H A D | pmc.ivybridge.3 | 782 Any MLC or LLC HW prefetch accessing L2, including rejects. 819 Clean L2 cache lines evicted by the MLC prefetcher. 822 Dirty L2 cache lines evicted by the MLC prefetcher.
|
H A D | pmc.ivybridgexeon.3 | 812 Any MLC or LLC HW prefetch accessing L2, including rejects. 849 Clean L2 cache lines evicted by the MLC prefetcher. 852 Dirty L2 cache lines evicted by the MLC prefetcher.
|
H A D | pmc.haswellxeon.3 | 890 Any MLC or LLC HW prefetch accessing L2, including
|
H A D | pmc.haswell.3 | 877 Any MLC or LLC HW prefetch accessing L2, including
|
/freebsd/lib/libpmc/pmu-events/arch/x86/jaketown/ |
H A D | pipeline.json | 486 …MLC-miss pending demand load this thread (i.e. Non-completed valid SQ entry allocated for demand l… 516 …MLC-miss pending demand load and no uops dispatched on this thread (i.e. Non-completed valid SQ en…
|
/freebsd/lib/libpmc/pmu-events/arch/x86/sandybridge/ |
H A D | pipeline.json | 496 …MLC-miss pending demand load this thread (i.e. Non-completed valid SQ entry allocated for demand l… 526 …MLC-miss pending demand load and no uops dispatched on this thread (i.e. Non-completed valid SQ en…
|
/freebsd/sys/contrib/device-tree/src/arm/allwinner/ |
H A D | sun5i-gr8-evb.dts | 239 /* MLC Support sucks for now */
|
/freebsd/lib/libpmc/pmu-events/arch/x86/ivybridge/ |
H A D | cache.json | 170 "PublicDescription": "Clean L2 cache lines evicted by the MLC prefetcher.", 180 "PublicDescription": "Dirty L2 cache lines evicted by the MLC prefetcher.", 330 "PublicDescription": "Any MLC or LLC HW prefetch accessing L2, including rejects.",
|
/freebsd/sys/dev/agp/ |
H A D | agpreg.h | 198 #define GEN6_PTE_LLC_MLC 0x00000006 /* Cache in LLC and MLC */
|
/freebsd/lib/libpmc/pmu-events/arch/x86/ivytown/ |
H A D | cache.json | 170 "PublicDescription": "Clean L2 cache lines evicted by the MLC prefetcher.", 180 "PublicDescription": "Dirty L2 cache lines evicted by the MLC prefetcher.", 330 "PublicDescription": "Any MLC or LLC HW prefetch accessing L2, including rejects.",
|
/freebsd/contrib/sendmail/contrib/ |
H A D | mail.local.linux | 199 MLC)-0`[ND`<<Y#'MHK=#T+$/)H`[^FH3%0D@@+#2UZ6`!S(AAM6P9!5(F-7%
|
/freebsd/lib/libpmc/pmu-events/arch/x86/haswell/ |
H A D | cache.json | 305 "PublicDescription": "Any MLC or L3 HW prefetch accessing L2, including rejects.",
|
/freebsd/lib/libpmc/pmu-events/arch/x86/haswellx/ |
H A D | cache.json | 305 "PublicDescription": "Any MLC or L3 HW prefetch accessing L2, including rejects.",
|
/freebsd/sys/contrib/dev/acpica/ |
H A D | changes.txt | 1867 that occur during execution of any module-level code (MLC) existing in 1873 load the ACPI tables. The most common MLC errors that have been seen in 2028 are in preparation for the eventual removal of the legacy MLC support 2029 (deferred execution), replaced by the new MLC architecture which executes 2030 the MLC as a table is loaded (DSDT/SSDTs).
|
/freebsd/share/misc/ |
H A D | pci_vendors | 24921 103c 176f 1.28TB MLC PCIe ioDrive Duo 24922 103c 1770 5.2TB MLC PCIe ioDrive Octal 24924 103c 178c 320GB MLC PCIe ioDrive 24926 103c 178e 640GB MLC PCIe ioDrive Duo
|