函数源码 |
Source File:arch\x86\include\asm\mmu_context.h |
Create Date:2022-07-27 06:54:57 |
首页 | Copyright©Brick |
270 271 272 273 274 275 276 277 278 279 280 281 | #else static inline bool is_64bit_mm( struct mm_struct *mm) { return false ; } #endif static inline void arch_bprm_mm_init( struct mm_struct *mm, struct vm_area_struct *vma) { mpx_mm_init(mm); } |