Searched refs:NOTRACK (Results 1 – 12 of 12) sorted by relevance
/external/iptables/extensions/ |
D | libxt_NOTRACK.t | 3 # ERROR: cannot find: iptables -I PREROUTING -t raw -j NOTRACK 4 #-j NOTRACK;=;OK
|
D | libxt_NOTRACK.man | 2 It is equivalent with \-j CT \-\-notrack. Like CT, NOTRACK can only be used in
|
D | libip6t_SNPT.man | 29 .B NOTRACK
|
D | libip6t_DNPT.man | 29 .B NOTRACK
|
D | GNUmakefile.in | 45 pfx_symlinks := NOTRACK state
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrControl.td | 148 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 …]
|
D | X86InstrFormats.td | 228 class NOTRACK { bit hasNoTrackPrefix = 1; }
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/InstPrinter/ |
D | X86InstPrinterCommon.cpp | 135 if ((TSFlags & X86II::NOTRACK) || (Flags & X86::IP_HAS_NOTRACK)) in printInstFlags()
|
/external/syzkaller/sys/linux/ |
D | netfilter_targets.txt | 81 NOTRACK xt_target_t["NOTRACK", void, 0]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | indirect-branch-tracking.ll | 38 ;; Checks NOTRACK insertion in case of switch case statement.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 577 NOTRACK = 1ULL << NoTrackShift enumerator
|
D | X86MCCodeEmitter.cpp | 1145 if (TSFlags & X86II::NOTRACK || MI.getFlags() & X86::IP_HAS_NOTRACK) in emitOpcodePrefix()
|