Searched refs:paddr_t (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/netbsd-tests/sys/uvm/
H A Dt_uvm_physseg_load.c80 typedef unsigned long paddr_t; typedef
112 #define atop(x) (((paddr_t)(x)) >> PAGE_SHIFT)
282 uvm_phys_to_vm_page(paddr_t pa)
284 paddr_t pf = atop(pa);
285 paddr_t off;
294 //static paddr_t
330 paddr_t pa;
334 for(paddr_t i = VALID_START_PFN_1;
344 pa = (paddr_t) random() % (paddr_t) cto
[all...]
H A Dt_uvm_physseg.c80 typedef unsigned long paddr_t; typedef
113 #define atop(x) (((paddr_t)(x)) >> PAGE_SHIFT)
114 #define ptoa(x) (((paddr_t)(x)) << PAGE_SHIFT)
535 paddr_t pa = 0;
1009 ATF_CHECK_EQ((paddr_t) -1,
1070 ATF_CHECK_EQ((paddr_t) -1,
1131 ATF_CHECK_EQ((paddr_t) -1,
1192 ATF_CHECK_EQ((paddr_t) -1,
1884 is (paddr_t) -1 when a non existant PFN is passed into \
1927 paddr_t
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdb_proc_service.h51 typedef unsigned long paddr_t; typedef
H A Dproc-service.c72 ps_xfer_memory (const struct ps_prochandle *ph, paddr_t addr,
179 const char *name, paddr_t *sym_addr)
196 ps_pdread (gdb_ps_prochandle_t ph, paddr_t addr,
205 ps_pdwrite (gdb_ps_prochandle_t ph, paddr_t addr,
215 ps_ptread (gdb_ps_prochandle_t ph, paddr_t addr,
224 ps_ptwrite (gdb_ps_prochandle_t ph, paddr_t addr,
H A Dsol-thread.c974 typedef paddr_t gdb_ps_addr_t;
/freebsd-11-stable/stand/mips/beri/common/
H A Dmips.h42 typedef unsigned long paddr_t; /* Physical address */ typedef
59 mips_phys_to_cached(paddr_t phys)
66 mips_phys_to_uncached(paddr_t phys)
/freebsd-11-stable/contrib/gdb/gdb/gdbserver/
H A Dproc-service.c94 const char *name, paddr_t *sym_addr)
101 *sym_addr = (paddr_t) (unsigned long) addr;
109 ps_pdread (gdb_ps_prochandle_t ph, paddr_t addr,
119 ps_pdwrite (gdb_ps_prochandle_t ph, paddr_t addr,
/freebsd-11-stable/sys/dev/altera/jtag_uart/
H A Daltera_jtag_uart_cons.c101 typedef uint64_t paddr_t; typedef
105 mips_phys_to_uncached(paddr_t phys)
/freebsd-11-stable/contrib/gcc/
H A Dsys-types.h148 typedef int paddr_t; typedef
/freebsd-11-stable/sys/dev/bktr/
H A Dbktr_os.c1307 paddr_t

Completed in 182 milliseconds