Searched full:pure (Results 1 – 25 of 270) sorted by relevance
1234567891011
/Linux-v6.1/arch/arc/kernel/ |
D | entry-arcv2.S | 231 ;####### Return from Exception / pure kernel mode ####### 249 ; Solution is to drop out of interrupt context into pure kernel mode 250 ; and return from pure kernel mode which does right things for delay slot
|
D | entry-compact.S | 209 ; out of the L2 interrupt context (drop to pure kernel mode) and jump 264 ; (so rest of handler executes in pure K mode) 397 ;this case is for syscalls or Exceptions or pure kernel mode
|
/Linux-v6.1/Documentation/networking/device_drivers/ethernet/marvell/ |
D | octeontx2.rst | 43 - A PF/VF with NIX-LF & NPA-LF resources works as a pure network device 44 - A PF/VF with CPT-LF resource works as a pure crypto offload device. 83 From pure networking side AF driver supports following functionality.
|
/Linux-v6.1/tools/perf/tests/shell/coresight/ |
D | asm_pure_loop.sh | 2 # CoreSight / ASM Pure Loop
|
/Linux-v6.1/arch/x86/include/asm/ |
D | dwarf2.h | 6 #warning "asm/dwarf2.h should be only included in pure assembly files"
|
D | imr.h | 6 * Copyright(c) 2015 Bryan O'Donoghue <pure.logic@nexus-software.ie>
|
/Linux-v6.1/fs/autofs/ |
D | Kconfig | 20 automounter (amd), which is a pure user space daemon.
|
/Linux-v6.1/net/rxrpc/ |
D | rtt.c | 76 * happening in pure Eifel. in rxrpc_rtt_estimator() 120 * all the algo is pure shit and should be replaced in rxrpc_set_rto()
|
/Linux-v6.1/tools/include/linux/ |
D | compiler-gcc.h | 27 #define __pure __attribute__((pure))
|
/Linux-v6.1/drivers/net/wireless/zydas/zd1211rw/ |
D | zd_mac.h | 34 * and the "pure" rate value. 51 * For OFDM the PLCP rate encodings are used. We combine these "pure" rates
|
/Linux-v6.1/Documentation/translations/zh_CN/process/ |
D | programming-language.rst | 29 内核定义了伪关键字(例如, ``pure`` ),而不是直接使用GNU属性语法(例如,
|
/Linux-v6.1/include/dt-bindings/pinctrl/ |
D | samsung.h | 15 * concept of bindings but rather contain pure register values.
|
/Linux-v6.1/tools/perf/scripts/perl/Perf-Trace-Util/ |
D | README | 6 Core.pm and Util.pm are pure Perl modules; Core.pm contains routines
|
/Linux-v6.1/Documentation/translations/zh_TW/process/ |
D | programming-language.rst | 32 內核定義了僞關鍵字(例如, ``pure`` ),而不是直接使用GNU屬性語法(例如,
|
/Linux-v6.1/lib/zstd/decompress/ |
D | zstd_ddict.c | 97 return 0; /* pure content mode */ in ZSTD_loadEntropy_intoDDict() 103 return 0; /* pure content mode */ in ZSTD_loadEntropy_intoDDict()
|
/Linux-v6.1/Documentation/networking/ |
D | snmp_counter.rst | 321 TcpOutSegs because TcpOutSegs also tracks pure ACKs. TCPOrigDataSent is 432 - Data is sent in both directions. The fast path only supports pure senders 433 or pure receivers (this means either the sequence number or the ack 450 If a packet set ACK flag and has no data, it is a pure ACK packet, if 457 If a TCP packet has data (which means it is not a pure ACK packet), 877 A delayed ACK timer expires. The TCP stack will send a pure ACK packet 884 TCP stack will send a pure ACK later (after the userspace program 885 unlock the socket). When the TCP stack sends the pure ACK later, the 1112 of the 3-way handshake is a pure ACK without data, so 1737 data, so we need a pure ACK packet. To generate such a packet, we
|
/Linux-v6.1/Documentation/admin-guide/media/ |
D | dvb-usb-rtl28xxu-cardlist.rst | 65 * - TURBO-X Pure TV Tuner DTT-2000
|
D | radio-cardlist.rst | 6 There is also support for pure AM/FM radio, and even for some FM radio
|
/Linux-v6.1/arch/arm/include/asm/ |
D | cachetype.h | 54 static inline unsigned int __attribute__((pure)) cacheid_is(unsigned int mask) in cacheid_is()
|
/Linux-v6.1/arch/mips/include/asm/ |
D | cpu-type.h | 83 * there currently is no pure R2 core in __get_cpu_type()
|
/Linux-v6.1/drivers/staging/rtl8712/ |
D | rtl8712_gp_bitdef.h | 57 #define GPIOSEL_GPIO 0 /* UART or JTAG or pure GPIO*/
|
/Linux-v6.1/Documentation/devicetree/bindings/iio/afe/ |
D | temperature-sense-rtd.yaml | 74 Pure platinum has an alpha of 3925. Industry standards such as IEC60751
|
/Linux-v6.1/tools/perf/Documentation/ |
D | perf-mem.txt | 23 not the pure load (or store latency). Use latency includes any pipeline
|
/Linux-v6.1/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
D | EventClass.py | 24 # size is 176 bytes, while the pure PEBS event's size is 144 bytes.
|
/Linux-v6.1/Documentation/process/ |
D | embargoed-hardware-issues.rst | 10 of security bugs than pure software bugs which only affect the Linux 29 issues. Reports of pure software security bugs in the Linux kernel are not
|
1234567891011