cregit-Linux how code gets into the kernel

Release 4.17 arch/powerpc/include/asm/book3s/64/radix-4k.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_POWERPC_PGTABLE_RADIX_4K_H

#define _ASM_POWERPC_PGTABLE_RADIX_4K_H

/*
 * For 4K page size supported index is 13/9/9/9
 */

#define RADIX_PTE_INDEX_SIZE  9  
/* 2MB huge page */

#define RADIX_PMD_INDEX_SIZE  9  
/* 1G huge page */

#define RADIX_PUD_INDEX_SIZE	 9

#define RADIX_PGD_INDEX_SIZE  13
/*
 * One fragment per per page
 */

#define RADIX_PTE_FRAG_SIZE_SHIFT  (RADIX_PTE_INDEX_SIZE + 3)

#define RADIX_PTE_FRAG_NR	(PAGE_SIZE >> RADIX_PTE_FRAG_SIZE_SHIFT)

#endif /* _ASM_POWERPC_PGTABLE_RADIX_4K_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Aneesh Kumar K.V3797.37%266.67%
Greg Kroah-Hartman12.63%133.33%
Total38100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.