Searched refs:MAXDUMPPGS (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | param.h | 169 #ifndef MAXDUMPPGS 170 #define MAXDUMPPGS (DFLTPHYS/PAGE_SIZE) macro
|
| /f-stack/freebsd/mips/include/ |
| H A D | param.h | 169 #define MAXDUMPPGS 1 /* xxx: why is this only one? */ macro
|
| /f-stack/freebsd/netinet/netdump/ |
| H A D | netdump_client.c | 101 static unsigned char nd_buf[MAXDUMPPGS * PAGE_SIZE]; 640 dumper.maxiosize = MAXDUMPPGS * PAGE_SIZE; in netdump_ioctl() 802 u.di.maxiosize = MAXDUMPPGS * PAGE_SIZE; in DB_FUNC()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | minidump_machdep.c | 105 maxdumpsz = min(di->maxiosize, MAXDUMPPGS * PAGE_SIZE); in blk_write()
|
| H A D | pmap-v6.c | 1224 SYSMAP(caddr_t, unused, crashdumpmap, MAXDUMPPGS); in pmap_bootstrap()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | minidump_machdep_base.c | 102 maxdumpsz = min(di->maxiosize, MAXDUMPPGS * PAGE_SIZE); in blk_write()
|
| H A D | pmap.c | 695 SYSMAP(caddr_t, unused, crashdumpmap, MAXDUMPPGS) in __CONCAT()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_dump.c | 185 maxdumppgs = min(di->maxiosize / PAGE_SIZE, MAXDUMPPGS); in dumpsys_cb_dumpdata()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | minidump_machdep.c | 139 maxdumpsz = min(di->maxiosize, MAXDUMPPGS * PAGE_SIZE); in blk_write()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | minidump_machdep.c | 144 maxdumpsz = min(di->maxiosize, MAXDUMPPGS * PAGE_SIZE); in blk_write()
|
| H A D | pmap.c | 1866 SYSMAP(caddr_t, CMAP1, crashdumpmap, MAXDUMPPGS) in pmap_bootstrap()
|