arch/s390/include/asm/cpu_mf-insn.h

Source file repositories/reference/linux-study-clean/arch/s390/include/asm/cpu_mf-insn.h

File Facts

System
Linux kernel
Corpus path
arch/s390/include/asm/cpu_mf-insn.h
Extension
.h
Size
480 bytes
Lines
23
Domain
Architecture Layer
Bucket
arch/s390
Inferred role
Architecture Layer: implementation source
Status
source implementation candidate

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef _ASM_S390_CPU_MF_INSN_H
#define _ASM_S390_CPU_MF_INSN_H

#ifdef __ASSEMBLER__

/* Macro to generate the STCCTM instruction with a customized
 * M3 field designating the counter set.
 */
.macro	STCCTM	r1 m3 db2
	.insn	rsy,0xeb0000000017,\r1,\m3 & 0xf,\db2
.endm

#endif /* __ASSEMBLER__ */

#endif

Annotation

Implementation Notes