Lines Matching refs:bool
33 cr4_pae: bool, // cr4.pae,1 表示使用 64bit gpte
36 direct: bool,
39 invalid: bool, // 失效,一旦 unpin 就会被销毁
40 nxe: bool, // efer.nxe,不可执行
41 cr0_wp: bool, // cr0.wp, 写保护
42 smep_andnot_wp: bool, // smep && !cr0.wp,SMEP启用,用户模式代码将无法执行位于内核地址空间中的指令。
43 smap_andnot_wp: bool, // smap && !cr0.wp
70 prefault: bool,
112 prefault: bool, in tdp_page_fault() argument
213 _map_writable: bool, in __direct_map() argument
217 _prefault: bool, in __direct_map() argument
237 _prefault: bool, in mmu_gfn_to_pfn_fast() argument
239 write: bool, in mmu_gfn_to_pfn_fast() argument
240 writable: &mut bool, in mmu_gfn_to_pfn_fast() argument