Chinaunix首页 | 论坛 | 博客
  • 博客访问: 17358
  • 博文数量: 5
  • 博客积分: 185
  • 博客等级: 入伍新兵
  • 技术积分: 60
  • 用 户 组: 普通用户
  • 注册时间: 2010-12-07 21:57
文章分类
文章存档

2012年(5)

我的朋友

分类: LINUX

2012-11-18 16:14:43


mm/fault.c
static int handle_page_fault(struct pt_regs *regs,
    int fault_num,
    int is_page_fault,
    unsigned long address,
    int write)

mm/memory.c
int handle_mm_fault(struct mm_struct *mm, struct vm_area_struct *vma,
unsigned long address, unsigned int flags)

mm/memory.c
int handle_pte_fault(struct mm_struct *mm,
    struct vm_area_struct *vma, unsigned long address,
    pte_t *pte, pmd_t *pmd, unsigned int flags)

mm/memory.c
static int do_swap_page(struct mm_struct *mm, struct vm_area_struct *vma,
unsigned long address, pte_t *page_table, pmd_t *pmd,
unsigned int flags, pte_t orig_pte)

mm/swap_state.c
struct page *swapin_readahead(swp_entry_t entry, gfp_t gfp_mask,
struct vm_area_struct *vma, unsigned long addr)
阅读(396) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~