| /freebsd-14.2/sys/contrib/openzfs/module/lua/ |
| H A D | lvm.c | 571 #define Protect(x) { {x;} base = ci->u.l.base; } macro 610 Protect(traceexec(L)); in luaV_execute() 649 Protect(luaV_gettable(L, RB(i), RKC(i), ra)); in luaV_execute() 675 Protect(luaV_gettable(L, rb, RKC(i), ra)); in luaV_execute() 714 Protect(luaV_objlen(L, ra, RB(i))); in luaV_execute() 721 Protect(luaV_concat(L, c - b + 1)); in luaV_execute() 734 Protect( in luaV_execute() 742 Protect( in luaV_execute() 750 Protect( in luaV_execute() 860 Protect(luaD_call(L, cb, GETARG_C(i), 1)); in luaV_execute() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Memory.inc | 98 int Protect = getPosixProtectionFlags(PFlags); 101 Protect |= PROT_MPROTECT(PROT_READ | PROT_WRITE | PROT_EXEC); 116 Protect, MMFlags, fd, 0); 173 int Protect = getPosixProtectionFlags(Flags); 186 if (InvalidateCache && !(Protect & PROT_READ)) { 187 int Result = ::mprotect((void *)Start, End - Start, Protect | PROT_READ); 196 int Result = ::mprotect((void *)Start, End - Start, Protect);
|
| /freebsd-14.2/contrib/lua/src/ |
| H A D | lvm.c | 1024 Protect(cond = other(L, s2v(ra), rb)); \ 1280 Protect(luaV_finishget(L, rb, rc, ra, slot)); in luaV_execute() 1294 Protect(luaV_finishget(L, rb, &key, ra, slot)); in luaV_execute() 1308 Protect(luaV_finishget(L, rb, rc, ra, slot)); in luaV_execute() 1397 Protect(luaV_finishget(L, rb, rc, ra, slot)); in luaV_execute() 1558 Protect(luaT_trybinTM(L, rb, rb, ra, TM_UNM)); in luaV_execute() 1569 Protect(luaT_trybinTM(L, rb, rb, ra, TM_BNOT)); in luaV_execute() 1583 Protect(luaV_objlen(L, ra, vRB(i))); in luaV_execute() 1596 Protect(luaF_close(L, ra, LUA_OK, 1)); in luaV_execute() 1613 Protect(cond = luaV_equalobj(L, s2v(ra), rb)); in luaV_execute() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Memory.inc | 130 DWORD Protect = getWindowsProtectionFlags(Flags); 134 AllocType, Protect); 173 DWORD Protect = getWindowsProtectionFlags(Flags); 176 if (!VirtualProtect(M.Address, M.AllocatedSize, Protect, &OldFlags))
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | enable_execute_stack.c | 48 &mbi.Protect); in __enable_execute_stack()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/mmc/ |
| H A D | mmc-spi-slot.txt | 14 Write-Protect GPIO. Note that this does not follow the
|
| H A D | mmc-spi-slot.yaml | 49 - description: Write-Protect GPIO
|
| H A D | mmc-controller.yaml | 74 The Write Protect line polarity is inverted.
|
| /freebsd-14.2/share/misc/ |
| H A D | scsi_modes | 399 {SCSI-3 Associated Write Protect} t1 400 {SCSI-3 Persistent Write Protect} t1 401 {SCSI-3 Permanent Write Protect} t1 480 0x1d "Timeout and Protect" {
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/mtd/ |
| H A D | nand-controller.yaml | 120 Contains one GPIO descriptor for the Write Protect pin. 121 Active state refers to the NAND Write Protect state and should be
|
| H A D | gpmi-nand.txt | 32 - fsl,use-minimum-ecc: Protect this NAND flash with the minimum ECC
|
| H A D | gpmi-nand.yaml | 66 Protect this NAND flash with the minimum ECC strength required.
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_win.cpp | 436 return mbi.Protect == PAGE_NOACCESS && in MemoryRangeIsAvailable() 968 if (info.Protect == 0 || info.Protect == PAGE_NOACCESS || in IsAccessibleMemoryRange() 969 info.Protect == PAGE_EXECUTE) in IsAccessibleMemoryRange()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/dma/ |
| H A D | ti-dma-crossbar.txt | 53 /* Protect the sDMA request ranges: 10-14 and 100-126 */
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | MinidumpYAML.cpp | 121 IO &IO, MemoryProtection &Protect) { in bitset() argument 123 IO.bitSetCase(Protect, #NATIVENAME, MemoryProtection::NAME); in bitset() 253 mapOptionalAs<MemoryProtection>(IO, "Protect", Info.Protect, in mapping()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | Minidump.h | 111 support::little_t<MemoryProtection> Protect; member
|
| /freebsd-14.2/lib/libwrap/ |
| H A D | hosts.allow | 28 # Protect against simple DNS spoofing attacks by checking that the
|
| /freebsd-14.2/tools/test/stress2/misc/ |
| H A D | uma_zalloc_arg.sh | 186 + /* Protect ourselves from the sysctl handlers. */
|
| /freebsd-14.2/contrib/llvm-project/openmp/runtime/src/ |
| H A D | z_Windows_NT_util.cpp | 1530 ((lpBuffer.Protect == PAGE_NOACCESS) || in __kmp_is_address_mapped() 1531 (lpBuffer.Protect == PAGE_EXECUTE))); in __kmp_is_address_mapped()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | MinidumpParser.cpp | 532 MemoryProtection prot = entry.Protect; in CreateRegionsCacheFromMemoryInfoList()
|
| /freebsd-14.2/contrib/expat/ |
| H A D | Changes | 69 #976 #977 CI: Protect against fuzzer files missing from future 308 #812 #813 Protect against closing entities out of order 418 #663 Protect header expat_config.h from multiple inclusion 733 #34 #466 #484 CVE-2013-0340/CWE-776 -- Protect against billion laughs attacks 1240 #43 Protect against compilation without any source of high
|
| /freebsd-14.2/crypto/openssl/include/openssl/ |
| H A D | x509_vfy.h.in | 26 * Protect against recursion, x509.h and x509_vfy.h each include the other.
|
| /freebsd-14.2/contrib/ntp/ |
| H A D | CommitLog-4.1.0 | 2186 * ntpd/ntp_timer.c: Protect <unistd.h> 2366 * ntptrace/ntptrace.c: Protect sys/ioctl.h; grab config.h 2379 * ntpdate/ntpdate.c: Protect sys/ioctl.h 4405 * kernel/sys/ppsclock.h: Protect struct ppsclockev from 4408 * include/ntp_refclock.h: Protect it from multiple inclusion. 5231 * util/ntptime.c (main): Protect STA_NANO
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/ |
| H A D | ChangeLog | 98 o Protect min_heap_push_ against integer overflow. (8c899768 Tobias Stoeckmann) 99 o Revert "Protect min_heap_push_ against integer overflow." (18104973 Azat Khuzhin) 158 o Protect min_heap_push_ against integer overflow. (0b46bb8c Tobias Stoeckmann)
|
| /freebsd-14.2/contrib/libevent/ |
| H A D | ChangeLog | 98 o Protect min_heap_push_ against integer overflow. (8c899768 Tobias Stoeckmann) 99 o Revert "Protect min_heap_push_ against integer overflow." (18104973 Azat Khuzhin) 158 o Protect min_heap_push_ against integer overflow. (0b46bb8c Tobias Stoeckmann)
|