arch/mips/include/asm/mach-ip32/kmalloc.h

Source file repositories/reference/linux-study-clean/arch/mips/include/asm/mach-ip32/kmalloc.h

File Facts

System
Linux kernel
Corpus path
arch/mips/include/asm/mach-ip32/kmalloc.h
Extension
.h
Size
281 bytes
Lines
13
Domain
Architecture Layer
Bucket
arch/mips
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_MACH_IP32_KMALLOC_H
#define __ASM_MACH_IP32_KMALLOC_H


#if defined(CONFIG_CPU_R5000) || defined(CONFIG_CPU_RM7000)
#define ARCH_DMA_MINALIGN	32
#else
#define ARCH_DMA_MINALIGN	128
#endif

#endif /* __ASM_MACH_IP32_KMALLOC_H */

Annotation

Implementation Notes