/linux/Documentation/arch/x86/ |
H A D | resctrl.rst | 57 pseudo-locking is a unique way of using cache control to "pin" or 128 Corresponding region is pseudo-locked. No 332 When the resource group is in pseudo-locked mode this file will 334 pseudo-locked region. 356 cache pseudo-locked region is created by first writing 357 "pseudo-locksetup" to the "mode" file before writing the cache 358 pseudo-locked region's schemata to the resource group's "schemata" 359 file. On successful pseudo-locked region creation the mode will 360 automatically change to "pseudo-locked". 694 application can fill. Cache pseudo-locking builds on the fact that a [all …]
|
/linux/Documentation/networking/dsa/ |
H A D | bcm_sf2.rst | 71 in order to properly configure them. By default, the SF2 pseudo-PHY address, and 72 an external switch pseudo-PHY address will both be snooping for incoming MDIO 76 pseudo-PHY addresses. Newer revisions of the SF2 hardware have introduced a 77 configurable pseudo-PHY address which circumvents the initial design limitation.
|
/linux/Documentation/virt/kvm/arm/ |
H A D | index.rst | 10 fw-pseudo-registers
|
H A D | fw-pseudo-registers.rst | 4 ARM firmware pseudo-registers interface 18 pseudo-registers" that can be manipulated using the GET/SET_ONE_REG 98 The pseudo-firmware bitmap register are as follows:
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | cs42l56.txt | 25 as a pseudo-differential input referenced to AIN1REF/AIN3A. 28 as a pseudo-differential input referenced to AIN2REF/AIN3B.
|
/linux/Documentation/fb/ |
H A D | internals.rst | 84 Grayscale and static grayscale are special variants of pseudo color and static 85 pseudo color, where the red, green and blue components are always equal to
|
/linux/Documentation/iio/ |
H A D | ad4695.rst | 64 Each ``INx`` pin can be used as a pseudo-differential input in conjunction with 83 Each ``INx`` pin can be used as a pseudo-differential input in conjunction with 110 used as a pseudo-differential input. The device tree for using ``IN2`` as the
|
/linux/Documentation/devicetree/bindings/rng/ |
H A D | microchip,pic32-rng.txt | 3 The PIC32 RNG provides a pseudo random number generator which can be seeded by
|
/linux/drivers/tty/ |
H A D | Kconfig | 98 A pseudo terminal (PTY) is a software device consisting of two 106 masters and /dev/ttyxx for slaves of pseudo terminals. This scheme 109 pseudo terminal, a process opens /dev/ptmx; the number of the pseudo 110 terminal is then made available to the process and the pseudo 121 A pseudo terminal (PTY) is a software device consisting of two 129 for masters and /dev/ttyxx for slaves of pseudo
|
/linux/Documentation/networking/device_drivers/ethernet/freescale/ |
H A D | gianfar.rst | 17 checksums (and always performs the pseudo header checksums), so
|
/linux/Documentation/pcmcia/ |
H A D | devicetable.rst | 12 - device function (actual and pseudo)
|
/linux/arch/um/drivers/ |
H A D | Kconfig | 44 lines to host pseudo-terminals. Access to both traditional 45 pseudo-terminals (/dev/pty*) and pts pseudo-terminals are controlled 55 (/dev/tty*) and the slave side of pseudo-terminals (/dev/ttyp* and 107 traditional pseudo-terminals.
|
/linux/drivers/android/ |
H A D | Kconfig | 21 Binderfs is a pseudo-filesystem for the Android Binder IPC driver
|
/linux/Documentation/trace/ |
H A D | ftrace-design.rst | 78 Here is some pseudo code that should help (these functions should actually be 141 Here is the updated mcount pseudo code:: 160 Here is the pseudo code for the new ftrace_graph_caller assembly function:: 182 Here is the pseudo code for the new return_to_handler assembly function. Note 308 Before we get confused anymore, let's check out some pseudo code so you can
|
/linux/drivers/mtd/ |
H A D | Kconfig | 81 is part of the PCMCIA specification. It uses a kind of pseudo- 98 used on M-Systems' DiskOnChip devices. It uses a kind of pseudo- 123 uses a kind of pseudo-file system on a flash device to emulate
|
/linux/drivers/net/ethernet/sfc/ |
H A D | tc.c | 484 if (encap->pseudo) in efx_tc_flower_release_encap_match() 485 efx_tc_flower_release_encap_match(efx, encap->pseudo); in efx_tc_flower_release_encap_match() 497 struct efx_tc_encap_match *encap, *old, *pseudo = NULL; in efx_tc_flower_record_encap_match() local 561 pseudo = pmatch.encap; in efx_tc_flower_record_encap_match() 594 encap->pseudo = pseudo; in efx_tc_flower_record_encap_match() 601 if (pseudo) /* don't need our new pseudo either */ in efx_tc_flower_record_encap_match() 602 efx_tc_flower_release_encap_match(efx, pseudo); in efx_tc_flower_record_encap_match() 685 if (pseudo) in efx_tc_flower_record_encap_match() 686 efx_tc_flower_release_encap_match(efx, pseudo); in efx_tc_flower_record_encap_match()
|
H A D | tc.h | 168 struct efx_tc_encap_match *pseudo; /* Referenced pseudo EM if needed */ member
|
/linux/include/net/ |
H A D | gro.h | 292 __wsum pseudo) in __skb_gro_checksum_convert() argument 294 NAPI_GRO_CB(skb)->csum = ~pseudo; in __skb_gro_checksum_convert()
|
/linux/drivers/scsi/arm/ |
H A D | fas216.h | 303 …void (*pseudo)(struct Scsi_Host *host, struct scsi_pointer *SCp, fasdmadir_t direction, int trans… member
|
H A D | arxescsi.c | 298 info->info.dma.pseudo = arxescsi_dma_pseudo; in arxescsi_probe()
|
/linux/Documentation/scheduler/ |
H A D | sched-design-CFS.rst | 231 create arbitrary groups of tasks, using the "cgroup" pseudo filesystem. See 235 group created using the pseudo filesystem. See example steps below to create 236 task groups and modify their CPU share using the "cgroups" pseudo filesystem::
|
/linux/Documentation/networking/ |
H A D | checksum-offloads.rst | 41 pseudo-header for UDP or TCP). 88 to the complement of the sum of the pseudo header, because everything else gets
|
/linux/Documentation/translations/sp_SP/process/ |
H A D | programming-language.rst | 38 El kernel define pseudo-palabras clave (por ejemplo, ``__pure``) en lugar
|
/linux/tools/perf/Documentation/ |
H A D | topdown.txt | 55 Fixed counter 3 is mapped to a pseudo event event=0x00, umask=04, 58 The metric events are mapped to the pseudo event event=0x00, umask=0x8X. 296 Four pseudo TopDown metric events are exposed for the end-users,
|
/linux/Documentation/driver-api/fpga/ |
H A D | fpga-programming.rst | 52 * Indicate where the FPGA image is. This is pseudo-code; you're
|