代码搜索:two-level
找到约 54 项符合「two-level」的源代码
代码结果 54
www.eeworm.com/read/179911/5298564
h pgalloc-2level.h
#ifndef _I386_PGALLOC_2LEVEL_H
#define _I386_PGALLOC_2LEVEL_H
/*
* traditional i386 two-level paging, page table allocation routines:
*/
extern __inline__ pmd_t *get_pmd_fast(void)
{
return (pmd_
www.eeworm.com/read/350097/3133454
h pgalloc-2level.h
#ifndef _I386_PGALLOC_2LEVEL_H
#define _I386_PGALLOC_2LEVEL_H
/*
* traditional i386 two-level paging, page table allocation routines:
*/
extern __inline__ pmd_t *get_pmd_fast(void)
{
return (pmd_
www.eeworm.com/read/316872/3597122
h pgtable-2level-defs.h
#ifndef _I386_PGTABLE_2LEVEL_DEFS_H
#define _I386_PGTABLE_2LEVEL_DEFS_H
#define SHARED_KERNEL_PMD 0
/*
* traditional i386 two-level paging structure:
*/
#define PGDIR_SHIFT 22
#define PTRS_PER_PG
www.eeworm.com/read/316872/3599820
h pgtable-2level.h
#ifndef _ASM_M32R_PGTABLE_2LEVEL_H
#define _ASM_M32R_PGTABLE_2LEVEL_H
#ifdef __KERNEL__
/*
* traditional M32R two-level paging structure:
*/
#define PGDIR_SHIFT 22
#define PTRS_PER_PGD 1024
/*
*