Searched refs:derive (Results 1 – 25 of 34) sorted by relevance
12
/linux-6.12.1/rust/kernel/ |
D | alloc.rs | 12 #[derive(Copy, Clone, PartialEq, Eq, Debug)] 20 #[derive(Clone, Copy)]
|
D | time.rs | 30 #[derive(Copy, Clone)]
|
D | list.rs | 134 #[derive(Copy, Clone)] 538 #[derive(Clone)]
|
D | error.rs | 90 #[derive(Clone, Copy, PartialEq, Eq)]
|
D | str.rs | 132 #[derive(Debug, Clone, Copy)]
|
/linux-6.12.1/rust/kernel/net/phy/ |
D | reg.rs | 55 #[derive(Copy, Clone, Debug)] 138 #[derive(Copy, Clone, Debug)]
|
/linux-6.12.1/rust/macros/ |
D | lib.rs | 431 zeroable::derive(input) in derive_zeroable()
|
D | zeroable.rs | 6 pub(crate) fn derive(input: TokenStream) -> TokenStream { in derive() function
|
D | module.rs | 92 #[derive(Debug, Default)]
|
/linux-6.12.1/Documentation/devicetree/bindings/pwm/ |
D | pwm-sprd.txt | 10 "pwmn": used to derive the functional clock for PWM channel n (n range: 0 ~ 3).
|
/linux-6.12.1/Documentation/devicetree/bindings/clock/ |
D | xgene.txt | 21 - clock-output-names : shall be the name of the PLL referenced by derive 30 - clock-output-names : shall be the name of the clock referenced by derive
|
/linux-6.12.1/Documentation/devicetree/bindings/serial/ |
D | mvebu-uart.txt | 13 - clocks: UART reference clock used to derive the baudrate. If no clock
|
/linux-6.12.1/Documentation/arch/arm64/ |
D | ptdump.rst | 33 one can derive information about the virtual address range of the entry,
|
/linux-6.12.1/Documentation/virt/coco/ |
D | sev-guest.rst | 110 The SNP_GET_DERIVED_KEY ioctl can be used to get a key derive from a root key. 115 SEV-SNP firmware to derive the key. See SEV-SNP specification for further details
|
/linux-6.12.1/Documentation/driver-api/driver-model/ |
D | binding.rst | 30 Instead of trying to derive a complex state machine and matching
|
/linux-6.12.1/Documentation/security/tpm/ |
D | tpm-security.rst | 82 and storage seeds, which can be used to derive asymmetric keys. 88 The mechanism chosen for the Linux Kernel is to derive the primary
|
/linux-6.12.1/Documentation/admin-guide/hw-vuln/ |
D | spectre.rst | 160 be used later by the kernel as an index to an array or to derive 240 code to derive invalid data pointers accessing privileged memory in 279 (e.g. in registers) via hyper-calls to derive invalid pointers to 305 or message passing. Such parameters could be used to derive data
|
/linux-6.12.1/Documentation/virt/kvm/x86/ |
D | msr.rst | 94 from current tsc to derive a notion of elapsed time since the 115 derive per-CPU time by doing::
|
/linux-6.12.1/drivers/clk/ |
D | Kconfig | 200 Y2 and Y3 derive from PLL1 201 Y4 and Y5 derive from PLL2
|
/linux-6.12.1/rust/kernel/net/ |
D | phy.rs | 21 #[derive(PartialEq, Eq)]
|
/linux-6.12.1/drivers/crypto/ |
D | Kconfig | 115 this option unless you are sure you never need to derive protected 131 this option unless you are sure you never need to derive protected 152 this option unless you are sure you never need to derive protected
|
/linux-6.12.1/rust/ |
D | Makefile | 273 --use-core --with-derive-default --ctypes-prefix core::ffi --no-layout-tests \
|
/linux-6.12.1/drivers/gpu/drm/ |
D | drm_panic_qr.rs | 32 #[derive(Debug, Clone, Copy, PartialEq, Eq, Ord, PartialOrd)]
|
/linux-6.12.1/Documentation/timers/ |
D | timekeeping.rst | 147 counter to derive a 64-bit nanosecond value, so for example on the ARM
|
/linux-6.12.1/Documentation/networking/ |
D | udplite.rst | 263 These statistics derive from the UDP MIB (RFC 2013).
|
12