arch/s390/include/uapi/asm/virtio-ccw.h

Source file repositories/reference/linux-study-clean/arch/s390/include/uapi/asm/virtio-ccw.h

File Facts

System
Linux kernel
Corpus path
arch/s390/include/uapi/asm/virtio-ccw.h
Extension
.h
Size
444 bytes
Lines
19
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 __KVM_VIRTIO_CCW_H
#define __KVM_VIRTIO_CCW_H

/* Alignment of vring buffers. */
#define KVM_VIRTIO_CCW_RING_ALIGN 4096

/* Subcode for diagnose 500 (virtio hypercall). */
#define KVM_S390_VIRTIO_CCW_NOTIFY 3

#endif

Annotation

Implementation Notes