/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/macsec/ |
H A D | macsec_api.h | 49 * Filter table, and unpack it into the fields of rec. 50 * rec - [OUT] The raw table row data will be unpacked into the fields of rec. 57 /*! Pack the fields of rec, and write the packed data into the 67 * Packet Classifier table, and unpack it into the fields of rec. 68 * rec - [OUT] The raw table row data will be unpacked into the fields of rec. 75 /*! Pack the fields of rec, and write the packed data into the 85 * Lookup table, and unpack it into the fields of rec. 86 * rec - [OUT] The raw table row data will be unpacked into the fields of rec. 93 /*! Pack the fields of rec, and write the packed data into the 103 * Lookup table, and unpack it into the fields of rec. [all …]
|
/openbmc/bmcweb/redfish-core/include/ |
H A D | error_messages.hpp | 31 * @brief Formats Success message into JSON 41 * @brief Formats GeneralError message into JSON 53 * @brief Formats Created message into JSON 63 * @brief Formats NoOperation message into JSON 74 * @brief Formats PropertyDuplicate message into JSON 85 * @brief Formats PropertyUnknown message into JSON 97 * @brief Formats PropertyValueTypeError message into JSON 112 * @brief Formats PropertyValueFormatError message into JSON 127 * @brief Formats PropertyValueNotInList message into JSON 142 * @brief Formats PropertyValueOutOfRange message into JSON [all …]
|
/openbmc/linux/Documentation/filesystems/ |
H A D | idmappings.rst | 14 An idmapping is essentially a translation of a range of ids into another or the 37 idmapping is an order isomorphism from ``U`` into ``K``. So ``U`` and ``K`` are 50 dealing with subsets we can embed idmappings into each other, i.e. we can 126 of userspace ids into a range of kernel ids:: 174 immediately translated into a kernel id according to the idmapping associated 212 then translate ``k11000`` into a userspace id in the second idmapping using the 215 /* Map the kernel id up into a userspace id in the second idmapping. */ 221 /* Map the userspace id down into a kernel id in the second idmapping. */ 224 /* Map the kernel id up into a userspace id in the first idmapping. */ 233 into a kernel id according to the idmapping associated with the filesystem. [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/powerpc/power8/ |
H A D | translation.json | 29 …"BriefDescription": "A Page Table Entry was loaded into the TLB with Modified (M) data from anothe… 35 …"BriefDescription": "A Page Table Entry was loaded into the TLB with Shared (S) data from another … 41 …"BriefDescription": "A Page Table Entry was loaded into the TLB from local core's L2 due to a data… 47 …"BriefDescription": "A Page Table Entry was loaded into the TLB from a location other than the loc… 53 …"BriefDescription": "A Page Table Entry was loaded into the TLB from local core's L2 hit without d… 59 …"BriefDescription": "A Page Table Entry was loaded into the TLB from local core's L2 without confl… 65 …"BriefDescription": "A Page Table Entry was loaded into the TLB from local core's L3 due to a data… 71 …"BriefDescription": "A Page Table Entry was loaded into the TLB from local core's L3 with dispatch… 77 …"BriefDescription": "A Page Table Entry was loaded into the TLB from local core's L3 without dispa… 83 …"BriefDescription": "A Page Table Entry was loaded into the TLB from local core's L3 without confl… [all …]
|
/openbmc/bmcweb/redfish-core/src/ |
H A D | resource_messages.cpp | 49 * @brief Formats ResourceCreated message into JSON 62 * @brief Formats ResourceRemoved message into JSON 75 * @brief Formats ResourceErrorsDetected message into JSON 90 * @brief Formats ResourceErrorsCorrected message into JSON 105 * @brief Formats ResourceErrorThresholdExceeded message into JSON 120 * @brief Formats ResourceErrorThresholdCleared message into JSON 135 * @brief Formats ResourceWarningThresholdExceeded message into JSON 150 * @brief Formats ResourceWarningThresholdCleared message into JSON 165 * @brief Formats ResourceStatusChangedOK message into JSON 180 * @brief Formats ResourceStatusChangedWarning message into JSON [all …]
|
H A D | error_messages.cpp | 57 * @brief Formats Success message into JSON 74 * @brief Formats GeneralError message into JSON 92 * @brief Formats Created message into JSON 110 * @brief Formats NoOperation message into JSON 128 * @brief Formats PropertyDuplicate message into JSON 147 * @brief Formats PropertyUnknown message into JSON 166 * @brief Formats PropertyValueTypeError message into JSON 189 * @brief Formats PropertyValueFormatError message into JSON 212 * @brief Formats PropertyValueNotInList message into JSON 235 * @brief Formats PropertyValueOutOfRange message into JSON [all …]
|
/openbmc/linux/Documentation/admin-guide/pm/ |
H A D | sleep-states.rst | 34 I/O devices into low-power states (possibly lower-power than available in the 58 I/O devices into low-power states, which is done for :ref:`suspend-to-idle 60 are suspended during transitions into this state. For this reason, it should 79 energy savings as everything in the system is put into a low-power state, except 80 for memory, which should be placed into the self-refresh mode to retain its 89 suspended and put into low-power states. In many cases, all peripheral buses 118 It takes three system state changes to put it into hibernation and two system 122 creates a snapshot image of memory to be written into persistent storage. Next, 123 the system goes into a state in which the snapshot image can be saved, the image 124 is written out and finally the system goes into the target low-power state in [all …]
|
/openbmc/linux/drivers/bluetooth/ |
H A D | Kconfig | 35 Say Y here to compile support for Bluetooth USB devices into the 101 Say Y here to compile support for Bluetooth SDIO devices into the 116 Say Y here to compile support for Bluetooth UART devices into the 285 Say Y here to compile support for HCI BCM203x devices into the 297 Say Y here to compile support for HCI BCM4377 family devices into the 308 Say Y here to compile support for HCI BPA10x devices into the 321 Say Y here to compile support for HCI BFUSB devices into the 334 Say Y here to compile support for HCI DTL1 devices into the 348 Say Y here to compile support for HCI BT3C devices into the 361 Say Y here to compile support for HCI BlueCard devices into the [all …]
|
/openbmc/linux/drivers/media/test-drivers/vidtv/ |
H A D | vidtv_ts.h | 51 * @dest_buf: The buffer to write into. 52 * @dest_offset: The byte offset into the buffer. 69 * @dest_buf: The buffer to write into. 70 * @dest_offset: The byte offset into the buffer. 85 * vidtv_ts_null_write_into - Write a TS null packet into a buffer. 88 * This function will write a null packet into a buffer. This is usually used to 91 * Return: The number of bytes written into the buffer. 96 * vidtv_ts_pcr_write_into - Write a PCR packet into a buffer. 99 * This function will write a PCR packet into a buffer. This is used to 102 * Return: The number of bytes written into the buffer.
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | verifier_leak_ptr.c | 16 __description("leak pointer into ctx 1") 17 __failure __msg("BPF_ATOMIC stores into R1 ctx is not allowed") 18 __failure_unpriv __msg_unpriv("R2 leaks addr into mem") 34 __description("leak pointer into ctx 2") 35 __failure __msg("BPF_ATOMIC stores into R1 ctx is not allowed") 36 __failure_unpriv __msg_unpriv("R10 leaks addr into mem") 50 __description("leak pointer into ctx 3") 51 __success __failure_unpriv __msg_unpriv("R2 leaks addr into ctx") 67 __description("leak pointer into map val") 68 __success __failure_unpriv __msg_unpriv("R6 leaks addr into mem")
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | ap.h | 77 " lgr 0,%[reg0]\n" /* qid into gr0 */ in ap_instructions_available() 78 " lghi 1,0\n" /* 0 into gr1 */ in ap_instructions_available() 79 " lghi 2,0\n" /* 0 into gr2 */ in ap_instructions_available() 81 "0: la %[reg1],1\n" /* 1 into reg1 */ in ap_instructions_available() 139 " lgr 0,%[qid]\n" /* qid into gr0 */ in ap_tapq() 140 " lghi 2,0\n" /* 0 into gr2 */ in ap_tapq() 142 " lgr %[reg1],1\n" /* gr1 (status) into reg1 */ in ap_tapq() 143 " lgr %[reg2],2\n" /* gr2 into reg2 */ in ap_tapq() 184 " lgr 0,%[reg0]\n" /* qid arg into gr0 */ in ap_rapq() 186 " lgr %[reg1],1\n" /* gr1 (status) into reg1 */ in ap_rapq() [all …]
|
/openbmc/linux/kernel/trace/ |
H A D | trace_seq.c | 20 * sprintf() there will not be a partial write (well it may write into 22 * try to write something into the trace_seq buffer and if it fails 43 * trace_print_seq - move the contents of trace_seq into a seq_file 77 * trace_seq_printf() is used to store strings into a special 79 * the sequencer or pulled into another buffer. 109 * Writes a ASCII representation of a bitmask string into @s. 138 * trace_seq_printf is used to store strings into a special 140 * the sequencer or pulled into another buffer. 169 * function, instead of wasting cycles converting the arguments into 174 * the conversion into the ASCII string within the buffer. [all …]
|
/openbmc/linux/include/soc/arc/ |
H A D | aux.h | 34 #define READ_BCR(reg, into) \ argument 38 if (sizeof(tmp) == sizeof(into)) { \ 39 into = *((typeof(into) *)&tmp); \ 46 #define WRITE_AUX(reg, into) \ argument 49 if (sizeof(tmp) == sizeof(into)) { \ 50 tmp = (*(unsigned int *)&(into)); \
|
/openbmc/linux/drivers/accessibility/speakup/ |
H A D | Kconfig | 55 synthesizer. You can say y to build it into the kernel, 64 synthesizer. You can say y to build it into the kernel, 72 synthesizer. You can say y to build it into the kernel, 80 You can say y to build it into the kernel, or m to 88 synthesizer. You can say y to build it into the kernel, 97 synthesizer. You can say y to build it into the kernel, 106 (old) synthesizer. You can say y to build it into the 140 PC synthesizer. You can say y to build it into the 151 PC synthesizer. You can say y to build it into the 161 LT synthesizer. You can say y to build it into the [all …]
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | sun4v_ivec.S | 26 /* Get &trap_block[smp_processor_id()] into %g4. */ 30 /* Get smp_processor_id() into %g3 */ 45 /* Get CPU mondo queue base phys address into %g7. */ 51 * 1st 64-bit word: low half is 32-bit PC, put into %g3 and jmpl to it 52 * high half is context arg to MMU flushes, into %g5 53 * 2nd 64-bit word: 64-bit arg, load into %g1 54 * 3rd 64-bit word: 64-bit arg, load into %g7 89 /* Get &trap_block[smp_processor_id()] into %g4. */ 93 /* Get DEV mondo queue base phys address into %g5. */ 96 /* Load IVEC into %g3. */ [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bs4/ |
H A D | css.py | 84 :param flags: Flags to be passed into Soup Sieve's 87 :param kwargs: Keyword arguments to be passed into SoupSieve's 112 :param flags: Flags to be passed into Soup Sieve's 115 :param kwargs: Keyword arguments to be passed into SoupSieve's 142 :param flags: Flags to be passed into Soup Sieve's 145 :param kwargs: Keyword arguments to be passed into SoupSieve's 179 :param flags: Flags to be passed into Soup Sieve's 182 :param kwargs: Keyword arguments to be passed into SoupSieve's 206 :param flags: Flags to be passed into Soup Sieve's 209 :param kwargs: Keyword arguments to be passed into SoupSieve's [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a510/ |
H A D | cache.json | 108 …is event counts any linefills from the prefetcher that cause an allocation into the L1 data cache", 111 …his event counts any linefills from the prefetcher that cause an allocation into the L1 data cache" 114 …ch cycle where the core is in write streaming mode and is not allocating writes into the L2 cache", 117 …ach cycle where the core is in write streaming mode and is not allocating writes into the L2 cache" 120 …ata cache entering write streaming mode. This event counts for each entry into write streaming mod… 123 …ata cache entering write streaming mode. This event counts for each entry into write streaming mod… 126 …cle where the core is in write streaming mode and is not allocating writes into the L1 data cache", 129 …ycle where the core is in write streaming mode and is not allocating writes into the L1 data cache" 132 …ch cycle where the core is in write streaming mode and is not allocating writes into the L3 cache", 135 …ach cycle where the core is in write streaming mode and is not allocating writes into the L3 cache" [all …]
|
/openbmc/linux/Documentation/power/ |
H A D | pci.rst | 31 devices into states in which they draw less power (low-power states) at the 34 Usually, a device is put into a low-power state when it is underutilized or 36 again, it has to be put back into the "fully functional" state (full-power 41 PCI devices may be put into low-power states in two ways, by using the device 46 specific value into one of its standard configuration registers. The second 53 to put the device that sent it into the full-power state. However, the PCI Bus 92 programmed to go into it. The second one, D3cold, is the state that PCI devices 94 to program a PCI device to go into D3cold, although there may be a programmable 95 interface for putting the bus the device is on into a state in which Vcc is 111 programmatically put into D0. Thus the kernel can switch the device back and [all …]
|
/openbmc/qemu/docs/ |
H A D | pcie_pci_bridge.txt | 16 can be hot-plugged into appropriate root port (requires additional actions, 18 and supports devices hot-plug into the bridge itself 21 Hot-plug of legacy PCI devices into the bridge 89 - 2 PCIE-PCI bridges plugged into 2 different root ports; 90 - e1000 plugged into the first bridge. 92 - PCIE-PCI bridge, plugged into QEMU generic root port; 93 - 2 e1000 cards, one plugged into the cold-plugged PCIE-PCI bridge, 94 another plugged into the hot-plugged bridge. 98 The PCIE-PCI bridge can be hot-plugged only into pcie-root-port that 102 Windows 7 and older versions don't support hot-plug devices into the PCIE-PCI bridge. [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fltk/fltk/ |
H A D | fltk-native-link-libdl.patch | 15 0c1c3a771e dlfcn: Move dlopen into libc 16 add8d7ea01 dlfcn: Move dlvsym into libc 17 6dfc0207eb dlfcn: Move dlinfo into libc 18 492560a32e dlfcn: Move dladdr1 into libc 19 6a1ed32789 dlfcn: Move dlmopen into libc 20 77f876c0e3 dlfcn: Move dlsym into libc 21 602252b553 dlfcn: Move dladdr into libc 22 d8cce17d2a dlfcn: Move dlclose into libc
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libimport/ |
H A D | libimport-into-perl_1.002004.bb | 1 SUMMARY = "Import::Into - import packages into other packages" 10 \"Import::Into\" provides global methods to make this painless." 14 HOMEPAGE = "https://metacpan.org/pod/Import::Into" 19 SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETHER/Import-Into-${PV}.tar.gz" 22 S = "${WORKDIR}/Import-Into-${PV}"
|
/openbmc/linux/drivers/firmware/ |
H A D | ti_sci.h | 409 * number of parents is stored into @num_parents_32 666 * @addr_lo: 32 LSBs of ring base address to be programmed into the ring's 668 * @addr_hi: 16 MSBs of ring base address to be programmed into the ring's 678 * @asel: Ring ASEL (address select) value to be set into the ASEL field of the 888 * be programmed into the tx_pause_on_err field of the channel's TCHAN_TCFG 892 * configuration to be programmed into the tx_filt_einfo field of the 896 * configuration to be programmed into the tx_filt_pswords field of the 900 * interpretation configuration to be programmed into the tx_atype field of 904 * passing mechanism configuration to be programmed into the tx_chan_type 908 * configuration to be programmed into the tx_supr_tdpkt field of the channel's [all …]
|
/openbmc/linux/include/linux/ |
H A D | lz4.h | 56 * Default value is 14, for 16KB, which nicely fits into Intel x86 L1 cache 186 * into already allocated 'dest' buffer of size 'maxOutputSize'. 190 * If the function cannot compress 'source' into a more limited 'dest' budget, 194 * Return: Number of bytes written into buffer 'dest' 218 * Return: Number of bytes written into buffer 'dest' 236 * from 'source' buffer into already allocated buffer 'dest' 238 * This function either compresses the entire 'source' content into 'dest' 242 * Return: Number of bytes written into 'dest' (necessarily <= targetDestSize) 253 * LZ4_decompress_fast() - Decompresses data from 'source' into 'dest' 259 * Decompresses data from 'source' into 'dest'. [all …]
|
/openbmc/linux/lib/ |
H A D | seq_buf.c | 34 * seq_buf_print_seq - move the contents of seq_buf into a seq_file 53 * Writes a vnprintf() format into the sequencce buffer. 79 * Writes a printf() format into the sequence buffer. 135 * function, instead of wasting cycles converting the arguments into 140 * the conversion into the ASCII string within the buffer. 168 * Copy a simple string into the sequence buffer. 196 * Copy a single character into the sequence buffer. 213 * seq_buf_putmem - write raw data into the sequenc buffer 215 * @mem: The raw memory to copy into the buffer 218 * There may be cases where raw memory needs to be written into the [all …]
|
/openbmc/linux/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-helper-jtag.c | 43 * Networks. Programming incorrect values into the JTAG chain 52 /* Convert the divisor into a power of 2 shift */ in cvmx_helper_qlm_jtag_init() 74 * Write up to 32bits into the QLM jtag chain. Bits are shifted 75 * into the MSB and out the LSB, so you should shift in the low 79 * @qlm: QLM to shift value into 104 * Shift long sequences of zeros into the QLM JTAG chain. It is 105 * common to need to shift more than 32 bits of zeros into the 110 * @qlm: QLM to shift zeros into 125 * Program the QLM JTAG chain into all lanes of the QLM. You must 126 * have already shifted in 268*4, or 1072 bits into the JTAG
|