| /src/sys/arch/arc/jazz/ |
| jazzdmatlb.c | 109 const vm_flag_t vmflags = VM_INSTANTFIT | local 118 vmflags,
|
| /src/sys/arch/vax/vax/ |
| sgmap.c | 135 const vm_flag_t vmflags = VM_BESTFIT | local 144 vmflags,
|
| /src/sys/arch/dreamcast/dev/g2/ |
| gapspci_dma.c | 182 const vm_flag_t vmflags = VM_BESTFIT | local 191 vmflags, 251 const vm_flag_t vmflags = VM_BESTFIT | local 260 vmflags, 304 const vm_flag_t vmflags = VM_BESTFIT | local 313 vmflags,
|
| /src/sys/arch/sun3/sun3/ |
| dvma.c | 194 const vm_flag_t vmflags = VM_INSTANTFIT | local 203 vmflags, 311 const vm_flag_t vmflags = VM_INSTANTFIT | local 320 vmflags,
|
| /src/sys/arch/sun3/sun3x/ |
| dvma.c | 189 const vm_flag_t vmflags = VM_INSTANTFIT | local 198 vmflags, 323 const vm_flag_t vmflags = VM_INSTANTFIT | local 332 vmflags,
|
| /src/sys/arch/alpha/common/ |
| sgmap_typedep.c | 131 const vm_flag_t vmflags = VM_INSTANTFIT | local 179 vmflags, 228 vmflags,
|
| /src/sys/arch/sparc/sparc/ |
| iommu.c | 551 const vm_flag_t vmflags = VM_BESTFIT | local 560 vmflags,
|
| machdep.c | 1592 const vm_flag_t vmflags = VM_BESTFIT | local 1601 vmflags, 1675 const vm_flag_t vmflags = VM_BESTFIT | local 1684 vmflags,
|
| /src/sys/arch/sparc64/dev/ |
| iommu.c | 833 const vm_flag_t vmflags = VM_BESTFIT | local 842 vmflags,
|
| /src/sys/arch/sun2/sun2/ |
| machdep.c | 838 const vm_flag_t vmflags = VM_BESTFIT | local 847 vmflags, 928 const vm_flag_t vmflags = VM_BESTFIT | local 937 vmflags,
|
| /src/sys/arch/sparc/dev/ |
| vme_machdep.c | 857 const vm_flag_t vmflags = VM_BESTFIT | local 866 vmflags,
|
| /src/sys/arch/hppa/dev/ |
| astro.c | 444 const vm_flag_t vmflags = VM_BESTFIT | local 454 vmflags,
|
| uturn.c | 582 const vm_flag_t vmflags = VM_BESTFIT | local 592 vmflags,
|
| /src/sys/kern/ |
| subr_vmem.c | 577 vm_flag_t vmflags; local 581 vmflags = VM_SLEEP; 583 vmflags = VM_NOSLEEP; 585 return vmflags; 589 vmf_to_prf(vm_flag_t vmflags) 593 if ((vmflags & VM_SLEEP) != 0) {
|
| /src/external/gpl3/gdb/dist/gdb/ |
| linux-tdep.c | 69 /* This struct is used to map flags found in the "VmFlags:" field (in 76 the "VmFlags:" field on "/proc/PID/smaps". */ 109 struct smaps_vmflags vmflags; member in struct:smaps_data 507 /* Helper function to decode the "VmFlags" field in /proc/PID/smaps. 663 - If we see the flag "sh" in the "VmFlags:" field (in 665 (VM_SHARED). If we have access to the VmFlags, and we don't see 669 "VmFlags:" field; in that case, we use another heuristic: if we 689 what we have until we take a look at the "VmFlags:" field 1383 VmFlags field. This is done by decode_vmflags. However, 1386 not have the VmFlags there. In this case, there i [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| linux-tdep.c | 67 /* This struct is used to map flags found in the "VmFlags:" field (in 74 the "VmFlags:" field on "/proc/PID/smaps". */ 107 struct smaps_vmflags vmflags; member in struct:smaps_data 504 /* Helper function to decode the "VmFlags" field in /proc/PID/smaps. 660 - If we see the flag "sh" in the "VmFlags:" field (in 662 (VM_SHARED). If we have access to the VmFlags, and we don't see 666 "VmFlags:" field; in that case, we use another heuristic: if we 686 what we have until we take a look at the "VmFlags:" field 1400 VmFlags field. This is done by decode_vmflags. However, 1403 not have the VmFlags there. In this case, there i [all...] |