Deleted Added
full compact
vm_object.h (28991) vm_object.h (29653)
1/*
2 * Copyright (c) 1991, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * The Mach Operating System project at Carnegie-Mellon University.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 47 unchanged lines hidden (view full) ---

56 * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU
57 * School of Computer Science
58 * Carnegie Mellon University
59 * Pittsburgh PA 15213-3890
60 *
61 * any improvements or extensions that they make and grant Carnegie the
62 * rights to redistribute these changes.
63 *
1/*
2 * Copyright (c) 1991, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * The Mach Operating System project at Carnegie-Mellon University.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 47 unchanged lines hidden (view full) ---

56 * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU
57 * School of Computer Science
58 * Carnegie Mellon University
59 * Pittsburgh PA 15213-3890
60 *
61 * any improvements or extensions that they make and grant Carnegie the
62 * rights to redistribute these changes.
63 *
64 * $Id: vm_object.h,v 1.36 1997/08/05 00:02:06 dyson Exp $
64 * $Id: vm_object.h,v 1.37 1997/09/01 02:55:50 bde Exp $
65 */
66
67/*
68 * Virtual memory object module definitions.
69 */
70
71#ifndef _VM_OBJECT_
72#define _VM_OBJECT_

--- 105 unchanged lines hidden (view full) ---

178void vm_object_init __P((void));
179void vm_object_page_clean __P((vm_object_t, vm_pindex_t, vm_pindex_t, boolean_t, boolean_t));
180void vm_object_page_remove __P((vm_object_t, vm_pindex_t, vm_pindex_t, boolean_t));
181void vm_object_pmap_copy __P((vm_object_t, vm_pindex_t, vm_pindex_t));
182void vm_object_pmap_remove __P((vm_object_t, vm_pindex_t, vm_pindex_t));
183void vm_object_reference __P((vm_object_t));
184void vm_object_shadow __P((vm_object_t *, vm_ooffset_t *, vm_size_t));
185void vm_object_madvise __P((vm_object_t, vm_pindex_t, int, int));
65 */
66
67/*
68 * Virtual memory object module definitions.
69 */
70
71#ifndef _VM_OBJECT_
72#define _VM_OBJECT_

--- 105 unchanged lines hidden (view full) ---

178void vm_object_init __P((void));
179void vm_object_page_clean __P((vm_object_t, vm_pindex_t, vm_pindex_t, boolean_t, boolean_t));
180void vm_object_page_remove __P((vm_object_t, vm_pindex_t, vm_pindex_t, boolean_t));
181void vm_object_pmap_copy __P((vm_object_t, vm_pindex_t, vm_pindex_t));
182void vm_object_pmap_remove __P((vm_object_t, vm_pindex_t, vm_pindex_t));
183void vm_object_reference __P((vm_object_t));
184void vm_object_shadow __P((vm_object_t *, vm_ooffset_t *, vm_size_t));
185void vm_object_madvise __P((vm_object_t, vm_pindex_t, int, int));
186void vm_object_init2 __P((void));
186#endif /* KERNEL */
187
188#endif /* _VM_OBJECT_ */
187#endif /* KERNEL */
188
189#endif /* _VM_OBJECT_ */