/linux-6.14.4/tools/perf/pmu-events/arch/x86/ivytown/ |
D | uncore-io.json | 4 "Counter": "0,1,2,3", 7 "PerPkg": "1", 13 "Counter": "0,1", 16 "PerPkg": "1", 17 …. These credits are for either the NCB or NCS message classes. NCB, or non-coherent bypass messa… 23 "Counter": "0,1", 26 "PerPkg": "1", 27 …. These credits are for either the NCB or NCS message classes. NCB, or non-coherent bypass messa… 33 "Counter": "0,1", 36 "PerPkg": "1", [all …]
|
D | uncore-cache.json | 4 "Counter": "0,1,2,3", 6 "PerPkg": "1", 11 "Counter": "1,2,3", 14 "PerPkg": "1", 15 …available is found in the control register - threshold, invert and edge detect. E.g. setting thr… 20 "Counter": "0,1", 23 "PerPkg": "1", 24 … LLC was accessed - this includes code, data, prefetches and hints coming from L2. This has numer… 30 "Counter": "0,1", 33 "PerPkg": "1", [all …]
|
/linux-6.14.4/net/netfilter/ |
D | nf_conntrack_h323_types.c | 1 // SPDX-License-Identifier: GPL-2.0-only 2 /* Generated by Jing Min Zhao's ASN.1 parser, May 16 2007 27 {FNAME("routing") CHOICE, 1, 2, 2, SKIP | EXT, 0, 56 {FNAME("nonStandardIdentifier") CHOICE, 1, 2, 2, SKIP | EXT, 0, 72 {FNAME("nsap") OCTSTR, 5, 1, 0, SKIP, 0, NULL}, 78 {FNAME("dialedDigits") NUMDGT, 7, 1, 0, SKIP, 0, NULL}, 79 {FNAME("h323-ID") BMPSTR, BYTE, 1, 0, SKIP, 0, NULL}, 80 {FNAME("url-ID") IA5STR, WORD, 1, 0, SKIP, 0, NULL}, 82 {FNAME("email-ID") IA5STR, WORD, 1, 0, SKIP, 0, NULL}, 84 {FNAME("mobileUIM") CHOICE, 1, 2, 2, SKIP | EXT, 0, NULL}, [all …]
|
/linux-6.14.4/tools/testing/selftests/ptrace/ |
D | get_syscall_info.c | 1 // SPDX-License-Identifier: GPL-2.0+ 46 /* a sequence of architecture-agnostic syscalls */ in TEST() 95 args[i][1], args[i][2], args[i][3], in TEST() 99 _exit(1); in TEST() 106 { 1, -ENOENT }, /* chdir */ in TEST() 118 (void *) &info.entry - (void *) &info; in TEST() 120 (void *) &info.entry.args[6] - (void *) &info; in TEST() 122 (void *) (&info.exit.is_error + 1) - in TEST() 149 LOG_KILL_TRACEE("unexpected signal stop"); in TEST() 161 LOG_KILL_TRACEE("signal stop mismatch"); in TEST() [all …]
|
/linux-6.14.4/Documentation/images/ |
D | logo.svg | 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 5 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 9 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" 11 inkscape:export-ydpi="300" 12 inkscape:export-xdpi="300" 13 inkscape:export-filename="./tux-large.png" 15 inkscape:version="1.1-dev (79c9cd5f54, 2020-05-04)" 25 inkscape:guide-bbox="true" 27 fit-margin-bottom="0" 28 fit-margin-right="0" [all …]
|
/linux-6.14.4/tools/perf/pmu-events/arch/x86/broadwellx/ |
D | uncore-io.json | 4 "Counter": "0,1,2,3", 7 "PerPkg": "1", 13 "Counter": "0,1", 16 "PerPkg": "1", 22 "Counter": "0,1", 25 "PerPkg": "1", 31 "Counter": "0,1", 34 "PerPkg": "1", 40 "Counter": "0,1", 43 "PerPkg": "1", [all …]
|
/linux-6.14.4/tools/perf/pmu-events/arch/x86/broadwellde/ |
D | uncore-io.json | 4 "Counter": "0,1,2,3", 7 "PerPkg": "1", 13 "Counter": "0,1", 16 "PerPkg": "1", 22 "Counter": "0,1", 25 "PerPkg": "1", 31 "Counter": "0,1", 34 "PerPkg": "1", 40 "Counter": "0,1", 43 "PerPkg": "1", [all …]
|
/linux-6.14.4/tools/perf/pmu-events/arch/x86/haswellx/ |
D | uncore-io.json | 4 "Counter": "0,1,2,3", 7 "PerPkg": "1", 13 "Counter": "0,1", 16 "PerPkg": "1", 22 "Counter": "0,1", 25 "PerPkg": "1", 31 "Counter": "0,1", 34 "PerPkg": "1", 40 "Counter": "0,1", 43 "PerPkg": "1", [all …]
|
/linux-6.14.4/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_gram.y | 12 * 1. Redistributions of source code must retain the above copyright 20 * 3. Neither the names of the above-listed copyright holders nor the names 225 %left '+' '-' 281 stop("Prefix multiply defined", 285 stop("Unable to record prefix", EX_SOFTWARE); 293 stop("Patch argument list multiply defined", 297 stop("Unable to record patch arg list", EX_SOFTWARE); 313 if ($1->type != UNINITIALIZED) { 314 stop("Register multiply defined", EX_DATAERR); 317 cur_symbol = $1; [all …]
|
D | aicasm.c | 11 * 1. Redistributions of source code must retain the above copyright 19 * 3. Neither the names of the above-listed copyright holders nor the names 134 sentinal->type = SCOPE_ROOT; in main() 136 includes_search_curdir = 1; in main() 146 while ((ch = getopt(argc, argv, "d:i:l:n:o:p:r:I:")) != -1) { in main() 151 yy_flex_debug = 1; in main() 152 mm_flex_debug = 1; in main() 154 yydebug = 1; in main() 155 mmdebug = 1; in main() 157 fprintf(stderr, "%s: -d Requires either an " in main() [all …]
|
/linux-6.14.4/include/trace/events/ |
D | mmc.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 48 __entry->cmd_opcode = mrq->cmd ? mrq->cmd->opcode : 0; 49 __entry->cmd_arg = mrq->cmd ? mrq->cmd->arg : 0; 50 __entry->cmd_flags = mrq->cmd ? mrq->cmd->flags : 0; 51 __entry->cmd_retries = mrq->cmd ? mrq->cmd->retries : 0; 52 __entry->stop_opcode = mrq->stop ? mrq->stop->opcode : 0; 53 __entry->stop_arg = mrq->stop ? mrq->stop->arg : 0; 54 __entry->stop_flags = mrq->stop ? mrq->stop->flags : 0; 55 __entry->stop_retries = mrq->stop ? mrq->stop->retries : 0; 56 __entry->sbc_opcode = mrq->sbc ? mrq->sbc->opcode : 0; [all …]
|
/linux-6.14.4/tools/perf/pmu-events/arch/x86/jaketown/ |
D | uncore-io.json | 4 "Counter": "0,1,2,3", 7 "PerPkg": "1", 13 "Counter": "0,1", 16 "PerPkg": "1", 17 …. These credits are for either the NCB or NCS message classes. NCB, or non-coherent bypass messa… 23 "Counter": "0,1", 26 "PerPkg": "1", 27 …. These credits are for either the NCB or NCS message classes. NCB, or non-coherent bypass messa… 33 "Counter": "0,1", 36 "PerPkg": "1", [all …]
|
/linux-6.14.4/tools/testing/selftests/net/netfilter/ |
D | nft_zones_many.sh | 19 checktool "nft --version" "run test without nft tool" 20 checktool "socat -V" "run test without socat tool" 26 if conntrack -V > /dev/null 2>&1; then 27 have_ct_tool=1 31 local max_zones=$1 33 ip netns exec "$ns1" nft -f /dev/stdin<<EOF 41 type filter hook output priority -64000; policy accept; 46 if [ "$?" -ne 0 ];then 51 ip netns exec "$ns1" sysctl -q net.netfilter.nf_conntrack_udp_timeout=3600 55 for i in $(seq 1 "$max_zones");do [all …]
|
/linux-6.14.4/arch/powerpc/lib/ |
D | pmem.c | 1 // SPDX-License-Identifier: GPL-2.0-only 13 static inline void __clean_pmem_range(unsigned long start, unsigned long stop) in __clean_pmem_range() argument 17 void *addr = (void *)(start & ~(bytes - 1)); in __clean_pmem_range() 18 unsigned long size = stop - (unsigned long)addr + (bytes - 1); in __clean_pmem_range() 22 asm volatile(PPC_DCBSTPS(%0, %1): :"i"(0), "r"(addr): "memory"); in __clean_pmem_range() 25 static inline void __flush_pmem_range(unsigned long start, unsigned long stop) in __flush_pmem_range() argument 29 void *addr = (void *)(start & ~(bytes - 1)); in __flush_pmem_range() 30 unsigned long size = stop - (unsigned long)addr + (bytes - 1); in __flush_pmem_range() 34 asm volatile(PPC_DCBFPS(%0, %1): :"i"(0), "r"(addr): "memory"); in __flush_pmem_range() 37 static inline void clean_pmem_range(unsigned long start, unsigned long stop) in clean_pmem_range() argument [all …]
|
/linux-6.14.4/drivers/media/pci/cobalt/ |
D | cobalt-i2c.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Derived from cx18-i2c.c 7 * Copyright 2012-2015 Cisco Systems, Inc. and/or its affiliates. 11 #include "cobalt-driver.h" 12 #include "cobalt-i2c.h" 15 /* Clock prescaler register lo-byte */ 18 /* Clock prescaler register high-byte */ 32 /* CTR[7:0] - Control register */ 35 #define M00018_CTR_BITMAP_EN_MSK (1 << 7) 38 #define M00018_CTR_BITMAP_IEN_MSK (1 << 6) [all …]
|
/linux-6.14.4/include/linux/sched/ |
D | jobctl.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 10 * task->jobctl flags 12 #define JOBCTL_STOP_SIGMASK 0xffff /* signr of the last group stop */ 14 #define JOBCTL_STOP_DEQUEUED_BIT 16 /* stop signal dequeued */ 15 #define JOBCTL_STOP_PENDING_BIT 17 /* task should stop for group stop */ 16 #define JOBCTL_STOP_CONSUME_BIT 18 /* consume group stop count */ 17 #define JOBCTL_TRAP_STOP_BIT 19 /* trap for STOP */ 27 #define JOBCTL_STOP_DEQUEUED (1UL << JOBCTL_STOP_DEQUEUED_BIT) 28 #define JOBCTL_STOP_PENDING (1UL << JOBCTL_STOP_PENDING_BIT) 29 #define JOBCTL_STOP_CONSUME (1UL << JOBCTL_STOP_CONSUME_BIT) [all …]
|
/linux-6.14.4/kernel/ |
D | static_call_inline.c | 1 // SPDX-License-Identifier: GPL-2.0 46 return (void *)((long)site->addr + (long)&site->addr); in static_call_addr() 51 return (long)site->key + (long)&site->key; in __static_call_key() 59 /* These assume the key is word-aligned. */ 72 site->key = (__static_call_key(site) | STATIC_CALL_SITE_INIT) - in static_call_set_init() 73 (long)&site->key; in static_call_set_init() 84 return -1; in static_call_site_cmp() 87 return 1; in static_call_site_cmp() 94 long delta = (unsigned long)_a - (unsigned long)_b; in static_call_site_swap() 99 a->addr = b->addr - delta; in static_call_site_swap() [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/net/can/ |
D | fsl,flexcan.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 Flexcan CAN controller on Freescale's ARM and PowerPC system-on-a-chip (SOC). 11 - Marc Kleine-Budde <[email protected]> 14 - $ref: can-controller.yaml# 19 - enum: 20 - fsl,imx95-flexcan 21 - fsl,imx93-flexcan 22 - fsl,imx8qm-flexcan [all …]
|
/linux-6.14.4/arch/powerpc/include/asm/ |
D | cacheflush.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 32 #define ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE 1 35 * It just marks the page as not i-cache clean. We do the i-cache 43 if (test_bit(PG_dcache_clean, &folio->flags)) in flush_dcache_folio() 44 clear_bit(PG_dcache_clean, &folio->flags); in flush_dcache_folio() 53 void flush_icache_range(unsigned long start, unsigned long stop); 68 * @stop: the stop address (exclusive) 70 static inline void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range() argument 74 void *addr = (void *)(start & ~(bytes - 1)); in flush_dcache_range() 75 unsigned long size = stop - (unsigned long)addr + (bytes - 1); in flush_dcache_range() [all …]
|
/linux-6.14.4/drivers/i2c/busses/ |
D | i2c-hix5hd2.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 37 #define I2C_UNMASK_ARBITRATE BIT(1) 45 #define I2C_WRITE BIT(1) 54 #define I2C_CLEAR_ARBITRATE BIT(1) 68 #define I2C_ARBITRATE_INTR BIT(1) 72 HIX5I2C_STAT_RW_ERR = -1, 85 int stop; member 97 u32 val = readl_relaxed(priv->regs + HIX5I2C_SR); in hix5hd2_i2c_clr_pend_irq() 99 writel_relaxed(val, priv->regs + HIX5I2C_ICR); in hix5hd2_i2c_clr_pend_irq() 106 writel_relaxed(I2C_CLEAR_ALL, priv->regs + HIX5I2C_ICR); in hix5hd2_i2c_clr_all_irq() [all …]
|
/linux-6.14.4/kernel/sched/ |
D | stop_task.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * stop-task scheduling class. 5 * The stop task is the highest priority task in the system, it preempts 15 return task_cpu(p); /* stop tasks as never migrate */ in select_task_rq_stop() 31 static void set_next_task_stop(struct rq *rq, struct task_struct *stop, bool first) in set_next_task_stop() argument 33 stop->se.exec_start = rq_clock_task(rq); in set_next_task_stop() 41 return rq->stop; in pick_task_stop() 47 add_nr_running(rq, 1); in enqueue_task_stop() 53 sub_nr_running(rq, 1); in dequeue_task_stop() 59 BUG(); /* the stop task should never yield, its pointless. */ in yield_task_stop() [all …]
|
/linux-6.14.4/drivers/net/wireless/ti/wl18xx/ |
D | scan.c | 1 // SPDX-License-Identifier: GPL-2.0-only 15 memcpy(cmd->passive, cmd_channels->passive, sizeof(cmd->passive)); in wl18xx_adjust_channels() 16 memcpy(cmd->active, cmd_channels->active, sizeof(cmd->active)); in wl18xx_adjust_channels() 17 cmd->dfs = cmd_channels->dfs; in wl18xx_adjust_channels() 18 cmd->passive_active = cmd_channels->passive_active; in wl18xx_adjust_channels() 20 memcpy(cmd->channels_2, cmd_channels->channels_2, in wl18xx_adjust_channels() 21 sizeof(cmd->channels_2)); in wl18xx_adjust_channels() 22 memcpy(cmd->channels_5, cmd_channels->channels_5, in wl18xx_adjust_channels() 23 sizeof(cmd->channels_5)); in wl18xx_adjust_channels() 36 ret = -ENOMEM; in wl18xx_scan_send() [all …]
|
/linux-6.14.4/arch/powerpc/mm/ |
D | cacheflush.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 7 * flush_coherent_icache() - if a CPU has a coherent icache, flush it 30 * invalidate_icache_range() - Flush the icache by issuing icbi across an address range 32 * @stop: the stop address (exclusive) 34 static void invalidate_icache_range(unsigned long start, unsigned long stop) in invalidate_icache_range() argument 38 char *addr = (char *)(start & ~(bytes - 1)); in invalidate_icache_range() 39 unsigned long size = stop - (unsigned long)addr + (bytes - 1); in invalidate_icache_range() 56 * @stop: the stop address (exclusive) 58 void flush_icache_range(unsigned long start, unsigned long stop) in flush_icache_range() argument 63 clean_dcache_range(start, stop); in flush_icache_range() [all …]
|
/linux-6.14.4/tools/perf/pmu-events/arch/x86/snowridgex/ |
D | uncore-interconnect.json | 4 "Counter": "0,1", 7 "Experimental": "1", 8 "PerPkg": "1", 15 "Counter": "0,1", 18 "Experimental": "1", 19 "PerPkg": "1", 26 "Counter": "0,1", 29 "PerPkg": "1", 36 "Counter": "0,1", 39 "PerPkg": "1", [all …]
|
/linux-6.14.4/arch/arm/kernel/ |
D | unwind.c | 1 // SPDX-License-Identifier: GPL-2.0-only 61 * 1 : check for stack overflow for each register pop. 90 /* sign-extend to 32 bits */ \ 91 long offset = (((long)*(ptr)) << 1) >> 1; \ 100 * origin = first entry with positive offset (or stop if there is no such entry) 101 * stop - 1 = last entry 106 const struct unwind_idx *stop) in search_index() argument 111 __func__, addr, start, origin, stop); in search_index() 119 stop = origin; in search_index() 121 /* positive offsets: [origin; stop) */ in search_index() [all …]
|