Home
last modified time | relevance | path

Searched refs:Protect (Results 1 – 25 of 39) sorted by relevance

12

/freebsd-14.2/sys/contrib/openzfs/module/lua/
H A Dlvm.c571 #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 DMemory.inc98 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 Dlvm.c1024 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 DMemory.inc130 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 Denable_execute_stack.c48 &mbi.Protect); in __enable_execute_stack()
/freebsd-14.2/sys/contrib/device-tree/Bindings/mmc/
H A Dmmc-spi-slot.txt14 Write-Protect GPIO. Note that this does not follow the
H A Dmmc-spi-slot.yaml49 - description: Write-Protect GPIO
H A Dmmc-controller.yaml74 The Write Protect line polarity is inverted.
/freebsd-14.2/share/misc/
H A Dscsi_modes399 {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 Dnand-controller.yaml120 Contains one GPIO descriptor for the Write Protect pin.
121 Active state refers to the NAND Write Protect state and should be
H A Dgpmi-nand.txt32 - fsl,use-minimum-ecc: Protect this NAND flash with the minimum ECC
H A Dgpmi-nand.yaml66 Protect this NAND flash with the minimum ECC strength required.
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cpp436 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 Dti-dma-crossbar.txt53 /* Protect the sDMA request ranges: 10-14 and 100-126 */
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp121 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 DMinidump.h111 support::little_t<MemoryProtection> Protect; member
/freebsd-14.2/lib/libwrap/
H A Dhosts.allow28 # Protect against simple DNS spoofing attacks by checking that the
/freebsd-14.2/tools/test/stress2/misc/
H A Duma_zalloc_arg.sh186 + /* Protect ourselves from the sysctl handlers. */
/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp1530 ((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 DMinidumpParser.cpp532 MemoryProtection prot = entry.Protect; in CreateRegionsCacheFromMemoryInfoList()
/freebsd-14.2/contrib/expat/
H A DChanges69 #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 Dx509_vfy.h.in26 * Protect against recursion, x509.h and x509_vfy.h each include the other.
/freebsd-14.2/contrib/ntp/
H A DCommitLog-4.1.02186 * 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 DChangeLog98 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 DChangeLog98 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)

12