Searched defs:mm_struct (Results 1 – 2 of 2) sorted by relevance
142 struct mm_struct struct144 pml4t_t *pgd; // 内存页表指针145 struct vm_area_struct *vmas; // VMA列表147 uint64_t code_addr_start, code_addr_end;149 uint64_t data_addr_start, data_addr_end;151 uint64_t rodata_addr_start, rodata_addr_end;153 uint64_t bss_start, bss_end;155 uint64_t brk_start, brk_end;157 uint64_t stack_start;
24 unsafe impl Send for mm_struct {} implementation25 unsafe impl Sync for mm_struct {} implementation