arch/powerpc/include/asm/ehv_pic.h

Source file repositories/reference/linux-study-clean/arch/powerpc/include/asm/ehv_pic.h

File Facts

System
Linux kernel
Corpus path
arch/powerpc/include/asm/ehv_pic.h
Extension
.h
Size
963 bytes
Lines
41
Domain
Architecture Layer
Bucket
arch/powerpc
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

struct ehv_pic {
	/* The remapper for this EHV_PIC */
	struct irq_domain	*irqhost;

	/* The "linux" controller struct */
	struct irq_chip	hc_irq;

	/* core int flag */
	int coreint_flag;
};

void ehv_pic_init(void);
unsigned int ehv_pic_get_irq(void);

#endif /* __EHV_PIC_H__ */

Annotation

Implementation Notes