Searched full:serializing (Results 1 – 25 of 104) sorted by relevance
12345
/Linux-v5.10/Documentation/features/sched/membarrier-sync-core/ |
D | arch-support.txt | 4 # description: arch supports core serializing membarrier 17 # instruction is core serializing, but not SYSEXIT. 23 # Given that neither SYSRET{L,Q}, nor SYSEXIT, are core serializing, we rely
|
/Linux-v5.10/include/linux/ |
D | sync_core.h | 10 * on all architectures which return to user-space through core serializing 12 * If your architecture returns to user-space through non-core-serializing
|
/Linux-v5.10/tools/perf/pmu-events/arch/x86/amdzen2/ |
D | floating-point.json | 95 "BriefDescription": "SSE bottom-executing uOps retired. The number of serializing Ops retired.", 101 …"BriefDescription": "The number of serializing Ops retired. SSE control word mispredict traps due … 107 "BriefDescription": "x87 bottom-executing uOps retired. The number of serializing Ops retired.", 113 …ue to mispredictions in RC or PC, or changes in mask bits. The number of serializing Ops retired.",
|
/Linux-v5.10/security/integrity/ima/ |
D | ima_queue.c | 70 * Calculate the memory required for serializing a single 126 * Return the amount of memory required for serializing the 156 * kexec, maintain the total memory size required for serializing the
|
/Linux-v5.10/arch/x86/include/asm/ |
D | sync_core.h | 92 * Ensure that a core serializing instruction is issued before returning 94 * sysrel, and sysretq, which are not core serializing.
|
D | barrier.h | 81 /* Atomic operations are already serializing on x86 */
|
/Linux-v5.10/tools/perf/pmu-events/arch/x86/amdzen1/ |
D | floating-point.json | 200 …"PublicDescription": "The number of serializing Ops retired. x87 control word mispredict traps due… 207 … "PublicDescription": "The number of serializing Ops retired. x87 bottom-executing uOps retired.", 214 …"PublicDescription": "The number of serializing Ops retired. SSE control word mispredict traps due… 221 … "PublicDescription": "The number of serializing Ops retired. SSE bottom-executing uOps retired.",
|
/Linux-v5.10/drivers/scsi/be2iscsi/ |
D | be.h | 118 struct mutex mbox_lock; /* For serializing mbox cmds to BE card */ 126 spinlock_t mcc_lock; /* For serializing mcc cmds to BE card */
|
/Linux-v5.10/include/uapi/linux/ |
D | membarrier.h | 95 * have executed a core serializing 98 * core serializing instructions before they
|
/Linux-v5.10/drivers/media/platform/atmel/ |
D | atmel-isc.h | 180 * @lock: lock for serializing userspace file operations 182 * @awb_lock: lock for serializing awb work queue operations
|
/Linux-v5.10/fs/ntfs/ |
D | volume.h | 85 struct rw_semaphore mftbmp_lock; /* Lock for serializing accesses to the 95 struct rw_semaphore lcnbmp_lock; /* Lock for serializing accesses to the
|
D | runlist.h | 37 * @lock: read/write spinlock for serializing access to @rl
|
D | inode.h | 34 rwlock_t size_lock; /* Lock serializing access to inode sizes. */ 71 struct mutex mrec_lock; /* Lock for serializing access to the
|
/Linux-v5.10/Documentation/devicetree/bindings/bus/ |
D | baikal,bt1-apb.yaml | 16 multiple slaves bus in turn serializing IO accesses and routing them to the
|
/Linux-v5.10/fs/ocfs2/ |
D | ocfs2_lockid.h | 98 /* Need to differntiate from [R]ename.. serializing writes is the
|
/Linux-v5.10/arch/x86/kernel/cpu/ |
D | hygon.c | 336 * don't have that MSR, LFENCE is already serializing. in init_hygon() 343 /* A serializing LFENCE stops RDTSC speculation */ in init_hygon()
|
/Linux-v5.10/arch/mips/include/asm/ |
D | smp.h | 66 * it goes straight through and wastes no time serializing
|
/Linux-v5.10/include/linux/mfd/ |
D | max8998-private.h | 130 * @iolock: mutex for serializing io access
|
D | wl1273-core.h | 266 struct mutex lock; /* for serializing fm radio operations */
|
/Linux-v5.10/kernel/sched/ |
D | membarrier.c | 38 smp_mb(); /* IPIs should be serializing but paranoid. */ in ipi_mb() 53 smp_mb(); /* IPIs should be serializing but paranoid. */ in ipi_sync_core()
|
/Linux-v5.10/arch/sparc/lib/ |
D | atomic32.c | 112 /* Atomic operations are already serializing */
|
/Linux-v5.10/drivers/media/platform/exynos4-is/ |
D | fimc-isp.h | 152 * @video_lock: mutex serializing video device and the subdev operations
|
D | fimc-lite.h | 123 * @lock: mutex serializing video device and the subdev operations
|
/Linux-v5.10/fs/zonefs/ |
D | zonefs.h | 66 * sequential file truncation, two locks are used. For serializing
|
/Linux-v5.10/drivers/ata/ |
D | pata_cs5535.c | 16 * Review errata to see if serializing is necessary
|
12345