Searched full:serializing (Results 1 – 25 of 132) sorted by relevance
123456
| /Linux-v6.1/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-v6.1/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-v6.1/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-v6.1/tools/perf/pmu-events/arch/x86/amdzen3/ |
| D | floating-point.json | 94 …"BriefDescription": "SSE/AVX bottom-executing ops retired. The number of serializing Ops retired.", 100 …"BriefDescription": "SSE/AVX control word mispredict traps. The number of serializing Ops retired.… 106 "BriefDescription": "x87 bottom-executing ops retired. The number of serializing Ops retired.", 112 …ue to mispredictions in RC or PC, or changes in mask bits. The number of serializing Ops retired.",
|
| /Linux-v6.1/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-v6.1/arch/x86/include/asm/ |
| D | barrier.h | 78 /* Atomic operations are already serializing on x86 */ 93 * Most WRMSRs are full serializing instructions themselves and
|
| D | sync_core.h | 92 * Ensure that a core serializing instruction is issued before returning 94 * sysrel, and sysretq, which are not core serializing.
|
| /Linux-v6.1/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-v6.1/drivers/net/ethernet/marvell/octeontx2/af/ |
| D | lmac_common.h | 23 * @event_cb_lock: lock for serializing callback with unregister 41 /* lock for serializing callback with unregister */
|
| /Linux-v6.1/drivers/media/platform/samsung/exynos4-is/ |
| D | fimc-isp.h | 158 * @video_lock: mutex serializing video device operations 159 * @subdev_lock: mutex serializing subdev operations
|
| /Linux-v6.1/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-v6.1/include/uapi/linux/ |
| D | membarrier.h | 95 * have executed a core serializing 98 * core serializing instructions before they
|
| /Linux-v6.1/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-v6.1/Documentation/devicetree/bindings/bus/ |
| D | baikal,bt1-apb.yaml | 16 multiple slaves bus in turn serializing IO accesses and routing them to the
|
| /Linux-v6.1/drivers/media/platform/atmel/ |
| D | atmel-isc.h | 219 * @lock: lock for serializing userspace file operations 222 * @awb_lock: lock for serializing awb work queue operations
|
| /Linux-v6.1/fs/ocfs2/ |
| D | ocfs2_lockid.h | 96 /* Need to differntiate from [R]ename.. serializing writes is the
|
| /Linux-v6.1/include/soc/mscc/ |
| D | ocelot.h | 1016 /* Lock for serializing access to the statistics array */ 1020 /* Lock for serializing indirect access to STAT_VIEW registers */ 1022 /* Lock for serializing access to the MAC table */ 1024 /* Lock for serializing forwarding domain changes */ 1027 /* Lock for serializing Time-Aware Shaper changes */
|
| /Linux-v6.1/drivers/gpu/drm/msm/ |
| D | msm_gpu.h | 194 * General lock for serializing all the gpu things. 471 * @idr_lock: for serializing access to fence_idr 472 * @lock: submitqueue lock for serializing submits on a queue
|
| /Linux-v6.1/arch/x86/kernel/cpu/ |
| D | hygon.c | 325 * don't have that MSR, LFENCE is already serializing. in init_hygon() 332 /* A serializing LFENCE stops RDTSC speculation */ in init_hygon()
|
| /Linux-v6.1/lib/ |
| D | nmi_backtrace.c | 99 * Allow nested NMI backtraces while serializing in nmi_cpu_backtrace()
|
| /Linux-v6.1/arch/mips/include/asm/ |
| D | smp.h | 66 * it goes straight through and wastes no time serializing
|
| /Linux-v6.1/include/linux/mfd/ |
| D | max8998-private.h | 130 * @iolock: mutex for serializing io access
|
| /Linux-v6.1/arch/sparc/lib/ |
| D | atomic32.c | 112 /* Atomic operations are already serializing */
|
123456