Home
last modified time | relevance | path

Searched full:pseudo (Results 1 – 25 of 486) sorted by relevance

12345678910>>...20

/linux/fs/resctrl/
H A Dpseudo_lock.c5 * Pseudo-locking support built on top of Cache Allocation Technology (CAT)
29 * pseudo-locked regions.
85 * region_find_by_minor - Locate a pseudo-lock region by inode minor number
86 * @minor: The minor number of the device representing pseudo-locked region
89 * pseudo-locked region it belongs to. This is done by matching the minor
90 * number of the device to the pseudo-locked region it belongs.
92 * Minor numbers are assigned at the time a pseudo-locked region is associated
95 * Return: On success return pointer to resource group owning the pseudo-locked
113 * @list: Entry within the @pm_reqs list for a pseudo-locked region
134 * @plr: Pseudo-locked region
[all …]
/linux/arch/x86/kernel/cpu/resctrl/
H A Dpseudo_lock.c5 * Pseudo-locking support built on top of Cache Allocation Technology (CAT)
43 * pseudo-locking. This includes testing to ensure pseudo-locked regions
45 * as well as that these pseudo-locked regions can maintain their low cache
48 * After a platform has been validated to support pseudo-locking its
99 * @_plr: the pseudo-lock region descriptor
101 * This is the core pseudo-locking flow.
106 * with class of service set to the bitmask of the pseudo-locked region.
129 * pseudo-locking success rate when KASAN is active. in resctrl_arch_pseudo_lock_fn()
142 * will get a cache hit in below loop from outside of pseudo-locked in resctrl_arch_pseudo_lock_fn()
161 * being pseudo-locked is reached the hardware will not read beyond in resctrl_arch_pseudo_lock_fn()
[all …]
/linux/arch/x86/include/asm/
H A Dchecksum_64.h76 * csum_tcpup_nofold - Compute an IPv4 pseudo header checksum.
83 * Returns the pseudo header checksum the input data. Result is
102 * csum_tcpup_magic - Compute an IPv4 pseudo header checksum.
109 * Returns the 16bit pseudo header checksum the input data already
149 * csum_ipv6_magic - Compute checksum of an IPv6 pseudo header.
156 * Computes an IPv6 pseudo header checksum. This sum is added the checksum
/linux/include/sound/
H A Dhda_regmap.h32 * snd_hdac_regmap_encode_verb - encode the verb to a pseudo register
36 * Returns an encoded pseudo register.
42 * snd_hdac_regmap_encode_amp - encode the AMP verb to a pseudo register
48 * Returns an encoded pseudo register.
57 * snd_hdac_regmap_encode_amp_stereo - encode a pseudo register for stereo AMPs
62 * Returns an encoded pseudo register.
/linux/include/xen/arm/
H A Dpage.h22 /* Xen pseudo-physical address */
33 * The pseudo-physical frame (pfn) used in all the helpers is always based
46 /* Pseudo-physical <-> Guest conversion */
57 /* Pseudo-physical <-> BUS conversion */
/linux/arch/um/drivers/
H A DKconfig44 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/tools/testing/selftests/bpf/
H A Dnetwork_helpers.h150 * csum_tcpudp_magic - compute IP pseudo-header checksum
152 * Compute the IPv4 pseudo header checksum. The helper can take a in csum_tcpudp_magic()
180 * csum_ipv6_magic - compute IPv6 pseudo-header checksum
182 * Compute the ipv6 pseudo header checksum. The helper can take a in csum_ipv6_magic()
217 * pseudo-header checksum, UDP header checksum and UDP data checksum in build_udp_v4_csum()
238 * pseudo-header checksum, UDP header checksum and UDP data checksum in build_udp_v6_csum()
/linux/include/linux/irqchip/
H A Darm-gic-v3-prio.h15 * IRQs and pseudo-NMIs.
20 * GICV3_PRIO_NMI is the PMR view of the priority of pseudo-NMIs. This can be
21 * written to the PMR to mask pseudo-NMIs.
/linux/Documentation/networking/dsa/
H A Dbcm_sf2.rst71 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/drivers/net/ethernet/sfc/
H A Dtc.h131 * enum efx_tc_em_pseudo_type - &struct efx_tc_encap_match pseudo type
133 * These are used to classify "pseudo" encap matches, which don't refer
137 * @EFX_TC_EM_DIRECT: real HW entry in Outer Rule table; not a pseudo.
142 * The pseudo encap match may be referenced again by an encap match
168 struct efx_tc_encap_match *pseudo; /* Referenced pseudo EM if needed */ member
H A Dtc.c484 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
505 * pseudo encap matches. in efx_tc_flower_record_encap_match()
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()
609 * pseudo, but may be shared with another direct EM in efx_tc_flower_record_encap_match()
613 NL_SET_ERR_MSG_MOD(extack, "Pseudo encap match conflicts with existing direct entry"); in efx_tc_flower_record_encap_match()
[all …]
/linux/drivers/crypto/allwinner/
H A DKconfig33 the Pseudo-Random Number Generator found in the Security System.
87 the Pseudo-Random Number Generator found in the Crypto Engine.
130 the Pseudo-Random Number Generator found in the Security System.
/linux/fs/smb/client/
H A Dxattr.c122 /* return dos attributes as pseudo xattr */ in cifs_xattr_set()
123 /* return alt name if available as pseudo attr */ in cifs_xattr_set()
243 /* return dos attributes as pseudo xattr */ in cifs_attrib_get()
265 /* return dos attributes as pseudo xattr */ in cifs_creation_time_get()
299 /* return alt name if available as pseudo attr */ in cifs_xattr_get()
418 /* return dos attributes as pseudo xattr */ in cifs_listxattr()
419 /* return alt name if available as pseudo attr */ in cifs_listxattr()
/linux/include/net/
H A Dfirewire.h7 /* Pseudo L2 address */
20 /* Pseudo L2 Header */
/linux/Documentation/fb/
H A Dinternals.rst64 Pseudo color (FB_VISUAL_PSEUDOCOLOR and FB_VISUAL_STATIC_PSEUDOCOLOR)
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/arch/x86/um/asm/
H A Dchecksum.h47 * csum_tcpup_nofold - Compute an IPv4 pseudo header checksum.
54 * Returns the pseudo header checksum the input data. Result is
71 * computes the checksum of the TCP/UDP pseudo-header
/linux/arch/s390/include/asm/
H A Dchecksum.h41 * Fold a partial checksum without adding pseudo headers.
73 * Computes the checksum of the TCP/UDP pseudo-header.
90 * Computes the checksum of the TCP/UDP pseudo-header.
/linux/arch/mips/kernel/
H A Dbmips_5xxx_init.S115 * pseudo code:
413 * pseudo code:
449 * pseudo code:
526 * pseudo code:
583 * pseudo code:
622 * pseudo code:
/linux/arch/sparc/include/asm/
H A Dpbm.h4 * pbm.h: PCI bus module pseudo driver software state
8 * pbm.h: U2P PCI bus module pseudo driver software state.
/linux/drivers/scsi/be2iscsi/
H A Dbe_main.h425 * Pseudo amap definition in which each bit of the actual structure is defined
495 * Pseudo amap definition in which each bit of the actual structure is defined
522 * Pseudo amap definition in which each bit of the actual structure is defined
620 * Pseudo amap definition in which each bit of the actual structure is defined
663 * Pseudo amap definition in which each bit of the actual structure is defined
679 * Pseudo amap definition in which each bit of the actual structure is defined
705 * Pseudo amap definition in which each bit of the actual structure is defined
809 * Pseudo amap definition in which each bit of the actual structure is defined
839 * Pseudo amap definition in which each bit of the actual structure is defined
860 * Pseudo amap definition in which each bit of the actual structure is defined
/linux/arch/alpha/kernel/
H A Dsys_sable.c133 -1, 6, -1, 8, 15, 12, 7, 9, /* pseudo PIC 0-7 */
134 -1, 16, 17, 18, 3, -1, 21, 22, /* pseudo PIC 8-15 */
135 -1, -1, -1, -1, -1, -1, -1, -1, /* pseudo EISA 0-7 */
136 -1, -1, -1, -1, -1, -1, -1, -1, /* pseudo EISA 8-15 */
137 2, 1, 0, 4, 5, -1, -1, -1, /* pseudo PCI */
/linux/Documentation/devicetree/bindings/iio/adc/
H A Dadi,ad4170-4.yaml422 // Pseudo-differential unipolar
497 // Pseudo-differential unipolar
505 // Pseudo-differential bipolar
514 // Pseudo-differential bipolar
523 // Pseudo-differential unipolar (AD4170-4 datasheet page 46 example)
531 // Pseudo-differential bipolar
/linux/arch/alpha/include/asm/
H A Dchecksum.h14 * computes the checksum of the TCP/UDP pseudo-header
59 * Fold a partial checksum without adding pseudo headers
/linux/Documentation/devicetree/bindings/sound/
H A Dcs42l56.txt25 as a pseudo-differential input referenced to AIN1REF/AIN3A.
28 as a pseudo-differential input referenced to AIN2REF/AIN3B.
/linux/Documentation/trace/
H A Dftrace-design.rst78 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
304 Before we get confused anymore, let's check out some pseudo code so you can

12345678910>>...20