Home
last modified time | relevance | path

Searched refs:ESP (Results 1 – 25 of 51) sorted by relevance

123

/freebsd-12-stable/sbin/setkey/
Dsample.cf33 # security protocol (AH or ESP) identifier. You must take care of these
36 # ESP transport mode is recommended for TCP port number 110 between
41 # ============ ESP ============
101 # AH transport mode followed by ESP tunnel mode is required between
103 # Encryption algorithm is 3des-cbc, and authentication algorithm for ESP
107 # | ======= ESP ===== |
134 # ESP tunnel mode is required between Host-A and Gateway-A.
136 # for ESP is hmac-sha1.
137 # ESP transport mode is recommended between Host-A and Host-B.
139 # for ESP is hmac-md5.
[all …]
/freebsd-12-stable/release/tools/
Dvmimage.subr24 ESP=yes
31 ESP=yes
37 ESP=no
48 if [ ${ESP} = "yes" ]; then
/freebsd-12-stable/sys/cddl/dev/dtrace/x86/
Dregset.h137 #define ESP 7 macro
158 #define ESP 6
/freebsd-12-stable/contrib/gdb/gdb/
Di386-stub.c122 enum regnames {EAX, ECX, EDX, EBX, ESP, EBP, ESI, EDI, enumerator
768 *ptr++ = hexchars[ESP]; in handle_exception()
770 ptr = mem2hex((char *)&registers[ESP], ptr, 4, 0); /* SP */ in handle_exception()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfCFIException.cpp134 ExceptionSymbolProvider ESP) { in beginFragment() argument
172 Asm->OutStreamer->emitCFILsda(ESP(Asm, MBB), TLOF.getLSDAEncoding()); in beginFragment()
DDwarfException.h65 ExceptionSymbolProvider ESP) override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86MCTargetDesc.cpp107 {codeview::RegisterId::ESP, X86::ESP}, in initLLVMToSEHAndCVRegMapping()
352 unsigned StackPtr = is64Bit ? X86::RSP : X86::ESP; in createX86MCAsmInfo()
625 case X86::SPL: case X86::SP: case X86::ESP: case X86::RSP: in getX86SubSuperRegisterOrZero()
653 case X86::SPL: case X86::SP: case X86::ESP: case X86::RSP: in getX86SubSuperRegisterOrZero()
690 case X86::SPL: case X86::SP: case X86::ESP: case X86::RSP: in getX86SubSuperRegisterOrZero()
726 case X86::SPL: case X86::SP: case X86::ESP: case X86::RSP: in getX86SubSuperRegisterOrZero()
727 return X86::ESP; in getX86SubSuperRegisterOrZero()
762 case X86::SPL: case X86::SP: case X86::ESP: case X86::RSP: in getX86SubSuperRegisterOrZero()
DX86MCTargetDesc.h51 EAX = 0, ECX = 1, EDX = 2, EBX = 3, ESP = 4, EBP = 5, ESI = 6, EDI = 7 enumerator
/freebsd-12-stable/sys/i386/i386/
Dbpf_jit_machdep.c209 MOVrd(ESP, EBP); in bpf_jit_compile()
212 SUBib(BPF_MEMWORDS * sizeof(uint32_t), ESP); in bpf_jit_compile()
311 MOVrd(ESP, ECX); in bpf_jit_compile()
320 MOVrd(ESP, ECX); in bpf_jit_compile()
Dbpf_jit_machdep.h46 #define ESP 4 macro
/freebsd-12-stable/share/examples/IPv6/
DUSAGE398 From HOST B to HOST A, new AH and new ESP are combined.
401 AH"/"ESP"/"new ESP". Please refer to the "setkey" man page to know
403 and new-DES-expIV with 8 byte IV for new ESP.
437 PROTO=ESP
438 ALG=new-DES-expIV(new ESP)
470 the "ping" command has the -P option with parameter to enable AH and/or ESP.
478 to be AH transport mode inner ESP tunnel mode like below.
483 | ======= ESP ======= |
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/Solaris/sys/
Dregset.h28 #undef ESP
/freebsd-12-stable/tools/kerneldoc/subsys/
DDoxyfile-dev_esp8 PROJECT_NAME = "FreeBSD kernel ESP device code"
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DAsmPrinterHandler.h61 ExceptionSymbolProvider ESP) {} in beginFragment() argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86RegisterInfo.td150 def ESP : X86Reg<"esp", 4, [SP, HSP]>, DwarfRegNum<[-2, 5, 4]>;
176 def RSP : X86Reg<"rsp", 4, [ESP]>, DwarfRegNum<[7, -2, -2]>;
427 (add EAX, ECX, EDX, ESI, EDI, EBX, EBP, ESP,
461 def GR32_TC : RegisterClass<"X86", [i32], 32, (add EAX, ECX, EDX, ESP)>;
481 (add EAX, ECX, EDX, ESI, EDI, EBX, EBP, ESP)>;
486 // GR32_NOSP - GR32 registers except ESP.
487 def GR32_NOSP : RegisterClass<"X86", [i32], 32, (sub GR32, ESP)>;
493 // ESP.
533 def GR32_BPSP : RegisterClass<"X86", [i32], 32, (add EBP, ESP)>;
DX86InstrControl.td219 // All calls clobber the non-callee saved registers. ESP is marked as
223 let Uses = [ESP, SSP] in {
291 isCodeGenOnly = 1, Uses = [ESP, SSP] in {
314 let Uses = [ESP, EFLAGS, SSP] in {
DX86RegisterInfo.cpp66 StackPtr = Use64BitReg ? X86::RSP : X86::ESP; in X86RegisterInfo()
71 StackPtr = X86::ESP; in X86RegisterInfo()
844 if (!Uses.count(CS) && CS != X86::RIP && CS != X86::RSP && CS != X86::ESP) in findDeadCallerSavedReg()
DX86IndirectThunks.cpp245 const Register SPReg = Is64Bit ? X86::RSP : X86::ESP; in populateThunk()
DX86FixupLEAs.cpp580 if (UseLEAForSP && (DestReg == X86::ESP || DestReg == X86::RSP)) in optTwoAddrLEA()
668 if (p.isReg() && p.getReg() != X86::ESP) { in processInstruction()
672 if (q.isReg() && q.getReg() != X86::ESP) { in processInstruction()
/freebsd-12-stable/stand/i386/btx/btx/
Dbtx.S61 .set TSS_ESP0,0x4 # PL 0 ESP
216 pushl %eax # Set ESP
364 except.2: pushl 0x50(%esp,1) # Set ESP
499 addl -0x4(%esi),%ebx # User ESP
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/i386/
Dregs.sed.in51 SED_REPLACE(ESP)
Dregs.d.in44 inline int R_ESP = @ESP@;
/freebsd-12-stable/share/doc/IPv6/
DIMPLEMENTATION73 4.3 AH and ESP handling
1798 (3) AH, ESP and IPComp handling in kernel
1831 IP AH ESP IP payload
1832 some implementation proposes it as "AH transport and ESP tunnel", since
1834 implementation proposes it as "AH tunnel and ESP tunnel".
1842 4.3 AH and ESP handling
1845 processing. When sending a packet, ip{,6}_output() checks if ESP/AH
1847 Policy Database) is found. If ESP/AH is needed,
1852 and strips off daisy-chained header and padding for ESP/AH. It is
1853 safe to strip off the ESP/AH header on packet reception, since we
[all …]
/freebsd-12-stable/sys/amd64/amd64/
Dbpf_jit_machdep.h63 #define ESP 4 macro
/freebsd-12-stable/contrib/libpcap/
Dgrammar.y334 %token IPV6 ICMPV6 AH ESP
528 | ESP { $$ = Q_ESP; }

123