/Linux-v4.19/net/core/ |
D | secure_seq.c | 60 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_tcpv6_ts_off() 69 return siphash(&combined, offsetofend(typeof(combined), daddr), in secure_tcpv6_ts_off() 82 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_tcpv6_seq() 91 hash = siphash(&combined, offsetofend(typeof(combined), dport), in secure_tcpv6_seq() 104 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_ipv6_port_ephemeral() 110 return siphash(&combined, offsetofend(typeof(combined), dport), in secure_ipv6_port_ephemeral() 178 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_dccpv6_sequence_number() 186 seq = siphash(&combined, offsetofend(typeof(combined), dport), in secure_dccpv6_sequence_number()
|
/Linux-v4.19/lib/ |
D | siphash.c | 225 u64 combined = (u64)second << 32 | first; in siphash_3u32() local 227 v3 ^= combined; in siphash_3u32() 230 v0 ^= combined; in siphash_3u32() 339 u64 combined = (u64)second << 32 | first; in hsiphash_2u32() local 341 v3 ^= combined; in hsiphash_2u32() 343 v0 ^= combined; in hsiphash_2u32() 358 u64 combined = (u64)second << 32 | first; in hsiphash_3u32() local 360 v3 ^= combined; in hsiphash_3u32() 362 v0 ^= combined; in hsiphash_3u32() 379 u64 combined = (u64)second << 32 | first; in hsiphash_4u32() local [all …]
|
/Linux-v4.19/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-ethtool.c | 712 unsigned int rx, tx, combined; in xgbe_get_channels() local 726 combined = min(rx, tx); in xgbe_get_channels() 728 channels->max_combined = combined; in xgbe_get_channels() 736 combined = min(rx, tx); in xgbe_get_channels() 737 rx -= combined; in xgbe_get_channels() 738 tx -= combined; in xgbe_get_channels() 740 channels->combined_count = combined; in xgbe_get_channels() 757 unsigned int rx, rx_curr, tx, tx_curr, combined; in xgbe_set_channels() local 771 combined = min(rx, tx); in xgbe_set_channels() 789 if (channels->combined_count > combined) { in xgbe_set_channels() [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/iommu/ |
D | arm,smmu-v3.txt | 29 * "combined" - The combined interrupt is optional, 32 combined interrupt line. 33 If provided, then the combined interrupt
|
/Linux-v4.19/Documentation/devicetree/bindings/usb/ |
D | usb-device.txt | 9 "interface nodes" representing USB interfaces and "combined nodes" 12 A combined node shall be used instead of a device node and an interface node 16 A "hub node" is a combined node or an interface node that represents a USB 49 Required properties for combined nodes:
|
/Linux-v4.19/include/uapi/linux/ |
D | pkt_cls.h | 59 #define TC_ACT_EXT_OPCODE(combined) ((combined) & (~TC_ACT_EXT_VAL_MASK)) argument 60 #define TC_ACT_EXT_CMP(combined, opcode) (TC_ACT_EXT_OPCODE(combined) == opcode) argument
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | sh_mobile_ceu_camera.rst | 11 combined scales: sensor_scale * host_scale 79 3. Calculate new combined scales from "effective" input window to requested user 84 4. Calculate sensor output window by applying combined scales to real input
|
/Linux-v4.19/Documentation/devicetree/bindings/display/ |
D | arm,pl11x.txt | 13 - interrupt-names: either the single entry "combined" representing a 14 combined interrupt output (CLCDINTR), or the four entries 74 interrupt-names = "combined";
|
/Linux-v4.19/arch/arm64/boot/dts/amd/ |
D | amd-seattle-xgbe-b.dtsi | 92 interrupts = /* Uses combined intr for both 108 interrupts = /* Uses combined intr for both
|
/Linux-v4.19/Documentation/devicetree/bindings/interrupt-controller/ |
D | samsung,exynos4210-combiner.txt | 10 combined interrupt for its eight interrupt sources. The combined interrupt
|
D | ti,c64x+megamod-pic.txt | 37 One for each core interrupt priority level. In addition to the combined 62 interrupts 0 - 3 (combined interrupt sources) are
|
/Linux-v4.19/net/ipv6/ |
D | syncookies.c | 55 } __aligned(SIPHASH_ALIGNMENT) combined = { in cookie_hash() 64 return siphash(&combined, offsetofend(typeof(combined), dport), in cookie_hash()
|
/Linux-v4.19/arch/sh/kernel/ |
D | traps_64.c | 653 unsigned long major, minor, combined; in do_reserved_inst() local 692 combined = (major << 4) | minor; in do_reserved_inst() 728 if (combined == 0x9f) { /* GETCON */ in do_reserved_inst() 735 } else if (combined == 0x1bf) { /* PUTCON */ in do_reserved_inst()
|
/Linux-v4.19/Documentation/features/debug/kprobes-on-ftrace/ |
D | arch-support.txt | 4 # description: arch supports combined kprobes and ftrace live patching
|
/Linux-v4.19/Documentation/devicetree/bindings/gpu/ |
D | arm,mali-utgard.txt | 87 + combined: combined interrupt of all of the above lines
|
/Linux-v4.19/tools/memory-model/litmus-tests/ |
D | MP+polockmbonce+poacquiresilsil.litmus | 6 * Do spinlocks combined with smp_mb__after_spinlock() provide order
|
/Linux-v4.19/Documentation/devicetree/bindings/iio/adc/ |
D | twl4030-madc.txt | 4 combined with a 16-input analog multiplexer.
|
/Linux-v4.19/Documentation/fb/ |
D | efifb.txt | 32 nowc Don't map the framebuffer write combined. This can be used
|
/Linux-v4.19/drivers/s390/char/ |
D | sclp.h | 167 info->combined = sccb->nr_configured + sccb->nr_standby; in sclp_fill_core_info() 169 info->combined * sizeof(struct sclp_core_entry)); in sclp_fill_core_info()
|
/Linux-v4.19/arch/s390/kernel/ |
D | smp.c | 705 info->combined = info->configured; in smp_get_core_info() 721 for (i = 0; (i < info->combined) && (cpu < nr_cpu_ids); i++) { in __smp_rescan_cpus() 759 for (cpu = 0; cpu < info->combined; cpu++) in smp_detect_cpus() 765 if (cpu >= info->combined) in smp_detect_cpus() 776 for (cpu = 0; cpu < info->combined; cpu++) { in smp_detect_cpus()
|
/Linux-v4.19/Documentation/ |
D | siphash.txt | 96 } __aligned(SIPHASH_ALIGNMENT) combined = { 101 u64 h = siphash(&combined, offsetofend(typeof(combined), dport), &secret);
|
/Linux-v4.19/Documentation/devicetree/bindings/timer/ |
D | arm,sp804.txt | 8 the combined interrupt or if "arm,sp804-has-irq" is present that
|
/Linux-v4.19/Documentation/devicetree/bindings/sound/ |
D | max98373.txt | 24 - maxim,interleave-mode : For cases where a single combined channel
|
/Linux-v4.19/Documentation/x86/ |
D | microcode.txt | 23 The format of the combined initrd image is microcode in (uncompressed) 25 loader parses the combined initrd image during boot.
|
/Linux-v4.19/Documentation/driver-api/iio/ |
D | intro.rst | 33 combined functionality (e.g. light plus proximity sensor).
|