arch/xtensa/include/asm/tlb.h

Source file repositories/reference/linux-study-clean/arch/xtensa/include/asm/tlb.h

File Facts

System
Linux kernel
Corpus path
arch/xtensa/include/asm/tlb.h
Extension
.h
Size
505 bytes
Lines
24
Domain
Architecture Layer
Bucket
arch/xtensa
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 _XTENSA_TLB_H
#define _XTENSA_TLB_H

#include <asm/cache.h>
#include <asm/page.h>

#include <asm-generic/tlb.h>

#define __pte_free_tlb(tlb, pte, address)	pte_free((tlb)->mm, pte)

void check_tlb_sanity(void);

#endif	/* _XTENSA_TLB_H */

Annotation

Implementation Notes