Searched refs:mapmode (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | MemoryBuffer.h | 52 static constexpr sys::fs::mapped_file_region::mapmode Mapmode = 160 static constexpr sys::fs::mapped_file_region::mapmode Mapmode = 222 static constexpr sys::fs::mapped_file_region::mapmode Mapmode =
|
| H A D | FileSystem.h | 1077 enum mapmode { enum 1090 mapmode Mode; 1092 std::error_code init(int FD, uint64_t Offset, mapmode Mode); 1102 mapped_file_region(int fd, mapmode mode, size_t length, uint64_t offset,
|
| /freebsd-12.1/contrib/llvm/tools/llvm-xray/ |
| H A D | xray-fdr-dump.cpp | 51 Fd, sys::fs::mapped_file_region::mapmode::readonly, FileSize, 0, EC); in __anonaec9185a0102()
|
| /freebsd-12.1/contrib/llvm/lib/XRay/ |
| H A D | InstrumentationMap.cpp | 181 Fd, sys::fs::mapped_file_region::mapmode::readonly, FileSize, 0, EC); in loadYAML()
|
| H A D | Trace.cpp | 395 Fd, sys::fs::mapped_file_region::mapmode::readonly, FileSize, 0, EC); in loadTraceFile()
|
| H A D | Profile.cpp | 276 Fd, sys::fs::mapped_file_region::mapmode::readonly, FileSize, 0, EC); in loadProfile()
|
| /freebsd-12.1/sys/dev/ntb/ntb_hw/ |
| H A D | ntb_hw_intel.c | 855 vm_memattr_t mapmode; in map_memory_window_bar() local 908 mapmode = intel_ntb_pat_flags(); in map_memory_window_bar() 909 if (mapmode == bar->map_mode) in map_memory_window_bar() 912 rc = pmap_change_attr((vm_offset_t)bar->vbase, bar->size, mapmode); in map_memory_window_bar() 914 bar->map_mode = mapmode; in map_memory_window_bar() 921 intel_ntb_vm_memattr_to_str(mapmode)); in map_memory_window_bar() 929 intel_ntb_vm_memattr_to_str(mapmode), rc); in map_memory_window_bar()
|
| /freebsd-12.1/contrib/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 780 mapmode Mode) { 849 mapped_file_region::mapped_file_region(int fd, mapmode mode, size_t length, 880 if (Mode == mapmode::readwrite && Exe && hasFlushBufferKernelBug()) {
|
| /freebsd-12.1/contrib/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 664 mapmode Mode) { 695 mapped_file_region::mapped_file_region(int fd, mapmode mode, size_t length,
|