#include <linux/config.h>#include <linux/slab.h>#include <linux/shm.h>#include <linux/mman.h>#include <linux/pagemap.h>#include <linux/swap.h>#include <linux/swapctl.h>#include <linux/smp_lock.h>#include <linux/init.h>#include <linux/file.h>#include <linux/fs.h>#include <linux/personality.h>#include <asm/uaccess.h>#include <asm/pgalloc.h>#include <linux/unistd.h>#include <linux/linkage.h>#include <linux/sched.h>#include <system_data_cells.h>#include <linux/mm.h>#include <acbdef.h>#include <fcbdef.h>#include <ipl.h>#include <ipldef.h>#include <mmgdef.h>#include <pfndef.h>#include <phddef.h>#include <rdedef.h>#include <secdef.h>#include <ssdef.h>#include <vmspte.h>#include <wcbdef.h>#include <wsldef.h>#include <va_rangedef.h>#include <pfldef.h>#include <mmg_functions.h>#include <linux/vmalloc.h>#include <misc_routines.h>#include <mmg_routines.h>#include <sch_routines.h>#include <internals.h>Go to the source code of this file.
Defines | |
| #define | OLDINT |
Functions | |
| int | do_wp_page (struct mm_struct *mm, struct _rde *vma, unsigned long address, pte_t *page_table, pte_t pte) |
| void | die (const char *, struct pt_regs *, long) |
| asmlinkage void | do_invalid_op (struct pt_regs *, unsigned long) |
| unsigned long | findpte_new (struct mm_struct *mm, unsigned long address) |
| #define OLDINT |
Definition at line 66 of file pagefault.c.
| void die | ( | const char * | , | |
| struct pt_regs * | , | |||
| long | ||||
| ) |
| asmlinkage void do_invalid_op | ( | struct pt_regs * | , | |
| unsigned | long | |||
| ) |
| int do_wp_page | ( | struct mm_struct * | mm, | |
| struct _rde * | vma, | |||
| unsigned long | address, | |||
| pte_t * | page_table, | |||
| pte_t | pte | |||
| ) |
TryLockPage(old_page)
Definition at line 1618 of file vmsmemory.c.
References can_share_swap_page(), and findpte_new().
| unsigned long findpte_new | ( | struct mm_struct * | mm, | |
| unsigned long | address | |||
| ) |
Referenced by do_wp_page(), mmg_purgempl(), and mmg_purgwsscn().
1.5.5