Home | History | Annotate | Line # | Download | only in uvm
uvm_pager.h revision 1.26.2.4
      1  1.26.2.4     skrll /*	$NetBSD: uvm_pager.h,v 1.26.2.4 2005/11/10 14:12:40 skrll Exp $	*/
      2       1.1       mrg 
      3       1.1       mrg /*
      4       1.1       mrg  *
      5       1.1       mrg  * Copyright (c) 1997 Charles D. Cranor and Washington University.
      6       1.1       mrg  * All rights reserved.
      7       1.1       mrg  *
      8       1.1       mrg  * Redistribution and use in source and binary forms, with or without
      9       1.1       mrg  * modification, are permitted provided that the following conditions
     10       1.1       mrg  * are met:
     11       1.1       mrg  * 1. Redistributions of source code must retain the above copyright
     12       1.1       mrg  *    notice, this list of conditions and the following disclaimer.
     13       1.1       mrg  * 2. Redistributions in binary form must reproduce the above copyright
     14       1.1       mrg  *    notice, this list of conditions and the following disclaimer in the
     15       1.1       mrg  *    documentation and/or other materials provided with the distribution.
     16       1.1       mrg  * 3. All advertising materials mentioning features or use of this software
     17       1.1       mrg  *    must display the following acknowledgement:
     18       1.1       mrg  *      This product includes software developed by Charles D. Cranor and
     19       1.1       mrg  *      Washington University.
     20       1.1       mrg  * 4. The name of the author may not be used to endorse or promote products
     21       1.1       mrg  *    derived from this software without specific prior written permission.
     22       1.1       mrg  *
     23       1.1       mrg  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
     24       1.1       mrg  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
     25       1.1       mrg  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
     26       1.1       mrg  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
     27       1.1       mrg  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
     28       1.1       mrg  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
     29       1.1       mrg  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
     30       1.1       mrg  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
     31       1.1       mrg  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
     32       1.1       mrg  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     33       1.3       mrg  *
     34       1.3       mrg  * from: Id: uvm_pager.h,v 1.1.2.14 1998/01/13 19:00:50 chuck Exp
     35       1.1       mrg  */
     36       1.1       mrg 
     37      1.16       mrg /*
     38      1.16       mrg  * Copyright (c) 1991, 1993
     39      1.16       mrg  *	The Regents of the University of California.  All rights reserved.
     40      1.16       mrg  *
     41      1.16       mrg  * This code is derived from software contributed to Berkeley by
     42      1.16       mrg  * the Systems Programming Group of the University of Utah Computer
     43      1.16       mrg  * Science Department.
     44      1.16       mrg  *
     45      1.16       mrg  * Redistribution and use in source and binary forms, with or without
     46      1.16       mrg  * modification, are permitted provided that the following conditions
     47      1.16       mrg  * are met:
     48      1.16       mrg  * 1. Redistributions of source code must retain the above copyright
     49      1.16       mrg  *    notice, this list of conditions and the following disclaimer.
     50      1.16       mrg  * 2. Redistributions in binary form must reproduce the above copyright
     51      1.16       mrg  *    notice, this list of conditions and the following disclaimer in the
     52      1.16       mrg  *    documentation and/or other materials provided with the distribution.
     53  1.26.2.1     skrll  * 3. Neither the name of the University nor the names of its contributors
     54  1.26.2.1     skrll  *    may be used to endorse or promote products derived from this software
     55  1.26.2.1     skrll  *    without specific prior written permission.
     56  1.26.2.1     skrll  *
     57  1.26.2.1     skrll  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
     58  1.26.2.1     skrll  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
     59  1.26.2.1     skrll  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
     60  1.26.2.1     skrll  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
     61  1.26.2.1     skrll  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
     62  1.26.2.1     skrll  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
     63  1.26.2.1     skrll  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
     64  1.26.2.1     skrll  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
     65  1.26.2.1     skrll  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
     66  1.26.2.1     skrll  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
     67  1.26.2.1     skrll  * SUCH DAMAGE.
     68  1.26.2.1     skrll  *
     69  1.26.2.1     skrll  *	@(#)vm_pager.h	8.5 (Berkeley) 7/7/94
     70  1.26.2.1     skrll  */
     71  1.26.2.1     skrll 
     72  1.26.2.1     skrll /*
     73  1.26.2.1     skrll  * Copyright (c) 1990 University of Utah.
     74  1.26.2.1     skrll  *
     75  1.26.2.1     skrll  * This code is derived from software contributed to Berkeley by
     76  1.26.2.1     skrll  * the Systems Programming Group of the University of Utah Computer
     77  1.26.2.1     skrll  * Science Department.
     78  1.26.2.1     skrll  *
     79  1.26.2.1     skrll  * Redistribution and use in source and binary forms, with or without
     80  1.26.2.1     skrll  * modification, are permitted provided that the following conditions
     81  1.26.2.1     skrll  * are met:
     82  1.26.2.1     skrll  * 1. Redistributions of source code must retain the above copyright
     83  1.26.2.1     skrll  *    notice, this list of conditions and the following disclaimer.
     84  1.26.2.1     skrll  * 2. Redistributions in binary form must reproduce the above copyright
     85  1.26.2.1     skrll  *    notice, this list of conditions and the following disclaimer in the
     86  1.26.2.1     skrll  *    documentation and/or other materials provided with the distribution.
     87      1.16       mrg  * 3. All advertising materials mentioning features or use of this software
     88      1.16       mrg  *    must display the following acknowledgement:
     89      1.16       mrg  *	This product includes software developed by the University of
     90      1.16       mrg  *	California, Berkeley and its contributors.
     91      1.16       mrg  * 4. Neither the name of the University nor the names of its contributors
     92      1.16       mrg  *    may be used to endorse or promote products derived from this software
     93      1.16       mrg  *    without specific prior written permission.
     94      1.16       mrg  *
     95      1.16       mrg  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
     96      1.16       mrg  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
     97      1.16       mrg  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
     98      1.16       mrg  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
     99      1.16       mrg  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    100      1.16       mrg  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    101      1.16       mrg  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    102      1.16       mrg  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    103      1.16       mrg  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    104      1.16       mrg  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    105      1.16       mrg  * SUCH DAMAGE.
    106      1.16       mrg  *
    107      1.16       mrg  *	@(#)vm_pager.h	8.5 (Berkeley) 7/7/94
    108      1.16       mrg  */
    109      1.16       mrg 
    110       1.4     perry #ifndef _UVM_UVM_PAGER_H_
    111       1.4     perry #define _UVM_UVM_PAGER_H_
    112       1.4     perry 
    113       1.1       mrg /*
    114       1.1       mrg  * uvm_pager.h
    115       1.1       mrg  */
    116       1.1       mrg 
    117       1.1       mrg /*
    118      1.24       chs  * forward structure declarations
    119      1.24       chs  */
    120      1.24       chs 
    121      1.24       chs struct uvm_faultinfo;
    122      1.24       chs 
    123      1.24       chs /*
    124       1.1       mrg  * pager ops
    125       1.1       mrg  */
    126       1.1       mrg 
    127       1.1       mrg struct uvm_pagerops {
    128      1.24       chs 
    129      1.24       chs 	/* init pager */
    130  1.26.2.1     skrll 	void	(*pgo_init)(void);
    131      1.24       chs 
    132      1.24       chs 	/* add reference to obj */
    133      1.24       chs 	void	(*pgo_reference)(struct uvm_object *);
    134      1.24       chs 
    135      1.24       chs 	/* drop reference to obj */
    136      1.24       chs 	void	(*pgo_detach)(struct uvm_object *);
    137      1.24       chs 
    138      1.24       chs 	/* special non-standard fault processing */
    139      1.24       chs 	int	(*pgo_fault)(struct uvm_faultinfo *, vaddr_t, struct vm_page **,
    140      1.24       chs 			     int, int, vm_fault_t, vm_prot_t, int);
    141      1.24       chs 
    142      1.24       chs 	/* get/read pages */
    143      1.24       chs 	int	(*pgo_get)(struct uvm_object *, voff_t, struct vm_page **,
    144      1.24       chs 			   int *, int, vm_prot_t, int, int);
    145      1.24       chs 
    146      1.24       chs 	/* put/write pages */
    147      1.24       chs 	int	(*pgo_put)(struct uvm_object *, voff_t, voff_t, int);
    148       1.1       mrg };
    149       1.1       mrg 
    150       1.1       mrg /* pager flags [mostly for flush] */
    151       1.1       mrg 
    152       1.1       mrg #define PGO_CLEANIT	0x001	/* write dirty pages to backing store */
    153      1.20       chs #define PGO_SYNCIO	0x002	/* if PGO_CLEANIT: use sync I/O? */
    154       1.1       mrg #define PGO_DEACTIVATE	0x004	/* deactivate flushed pages */
    155       1.1       mrg #define PGO_FREE	0x008	/* free flushed pages */
    156      1.20       chs /* if PGO_FREE is not set then the pages stay where they are. */
    157       1.1       mrg 
    158       1.1       mrg #define PGO_ALLPAGES	0x010	/* flush whole object/get all pages */
    159       1.1       mrg #define PGO_LOCKED	0x040	/* fault data structures are locked [get] */
    160      1.26  perseant #define PGO_BUSYFAIL	0x080	/* fail if a page is busy [put] */
    161      1.20       chs #define PGO_OVERWRITE	0x200	/* pages will be overwritten before unlocked */
    162      1.25       chs #define PGO_PASTEOF	0x400	/* allow allocation of pages past EOF */
    163  1.26.2.4     skrll #define PGO_NOBLOCKALLOC 0x800	/* backing block allocation is not needed */
    164  1.26.2.4     skrll #define PGO_NOTIMESTAMP 0x1000	/* don't mark object accessed/modified */
    165       1.1       mrg 
    166       1.1       mrg /* page we are not interested in getting */
    167      1.20       chs #define PGO_DONTCARE ((struct vm_page *) -1L)	/* [get only] */
    168       1.1       mrg 
    169      1.10   thorpej #ifdef _KERNEL
    170      1.10   thorpej 
    171       1.1       mrg /*
    172       1.1       mrg  * handle inline options
    173       1.1       mrg  */
    174       1.1       mrg 
    175       1.1       mrg #ifdef UVM_PAGER_INLINE
    176       1.1       mrg #define PAGER_INLINE static __inline
    177      1.22       chs #else
    178       1.1       mrg #define PAGER_INLINE /* nothing */
    179       1.1       mrg #endif /* UVM_PAGER_INLINE */
    180       1.1       mrg 
    181       1.1       mrg /*
    182       1.1       mrg  * prototypes
    183       1.1       mrg  */
    184       1.1       mrg 
    185  1.26.2.1     skrll void	uvm_pager_init(void);
    186  1.26.2.1     skrll PAGER_INLINE struct vm_page *uvm_pageratop(vaddr_t);
    187  1.26.2.1     skrll vaddr_t	uvm_pagermapin(struct vm_page **, int, int);
    188  1.26.2.1     skrll void	uvm_pagermapout(vaddr_t, int);
    189      1.15   thorpej 
    190      1.15   thorpej /* Flags to uvm_pagermapin() */
    191      1.15   thorpej #define	UVMPAGER_MAPIN_WAITOK	0x01	/* it's okay to wait */
    192      1.24       chs #define	UVMPAGER_MAPIN_READ	0x02	/* device -> host */
    193      1.24       chs #define	UVMPAGER_MAPIN_WRITE	0x00	/* host -> device (pseudo flag) */
    194      1.18       chs 
    195      1.18       chs /*
    196      1.18       chs  * XXX
    197      1.18       chs  * this is needed until the device strategy interface
    198      1.18       chs  * is changed to do physically-addressed i/o.
    199      1.18       chs  */
    200      1.18       chs 
    201      1.19       chs #ifndef PAGER_MAP_SIZE
    202      1.18       chs #define PAGER_MAP_SIZE       (16 * 1024 * 1024)
    203      1.19       chs #endif
    204       1.1       mrg 
    205      1.10   thorpej #endif /* _KERNEL */
    206       1.4     perry 
    207       1.4     perry #endif /* _UVM_UVM_PAGER_H_ */
    208