Home
last modified time | relevance | path

Searched refs:NOTRACK (Results 1 – 12 of 12) sorted by relevance

/external/iptables/extensions/
Dlibxt_NOTRACK.t3 # ERROR: cannot find: iptables -I PREROUTING -t raw -j NOTRACK
4 #-j NOTRACK;=;OK
Dlibxt_NOTRACK.man2 It is equivalent with \-j CT \-\-notrack. Like CT, NOTRACK can only be used in
Dlibip6t_SNPT.man29 .B NOTRACK
Dlibip6t_DNPT.man29 .B NOTRACK
DGNUmakefile.in45 pfx_symlinks := NOTRACK state
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrControl.td148 OpSize16, Sched<[WriteJump]>, NOTRACK;
153 NOTRACK;
157 OpSize32, Sched<[WriteJump]>, NOTRACK;
161 NOTRACK;
165 Sched<[WriteJump]>, NOTRACK;
168 Requires<[In64BitMode]>, Sched<[WriteJumpLd]>, NOTRACK;
236 OpSize16, Requires<[Not64BitMode]>, Sched<[WriteJump]>, NOTRACK;
240 Sched<[WriteJumpLd]>, NOTRACK;
243 OpSize32, Requires<[Not64BitMode]>, Sched<[WriteJump]>, NOTRACK;
247 Sched<[WriteJumpLd]>, NOTRACK;
[all …]
DX86InstrFormats.td228 class NOTRACK { bit hasNoTrackPrefix = 1; }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/InstPrinter/
DX86InstPrinterCommon.cpp135 if ((TSFlags & X86II::NOTRACK) || (Flags & X86::IP_HAS_NOTRACK)) in printInstFlags()
/external/syzkaller/sys/linux/
Dnetfilter_targets.txt81 NOTRACK xt_target_t["NOTRACK", void, 0]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dindirect-branch-tracking.ll38 ;; Checks NOTRACK insertion in case of switch case statement.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h577 NOTRACK = 1ULL << NoTrackShift enumerator
DX86MCCodeEmitter.cpp1145 if (TSFlags & X86II::NOTRACK || MI.getFlags() & X86::IP_HAS_NOTRACK) in emitOpcodePrefix()