Searched refs:skip (Results 1 - 5 of 5) sorted by relevance

/seL4-mcs-10.1.1/src/arch/x86/32/
H A Dtraps.S23 subl $4, %esp; /* skip TLS_BASE */ \
371 /* skip segments */
506 subl $4, %esp # skip SS
510 subl $4, %esp # skip CS
513 subl $4, %esp # skip TLS_BASE
/seL4-mcs-10.1.1/src/arch/x86/64/
H A Dtraps.S74 * syscall trap) we skip 7 registers (SS, CS, RCX, R11, FaultIP, TLS_BASE
109 /* skip FaultIP TLS_BASE, RSP, NextIP, Error, RFLAGS */ \
144 /* skip 128 bytes as we need to respect the */ \
164 /* we need to not skip RSP, TLS_BASE, FaultIP, R11 and RCX for now */ \
491 /* skip RFLAGS, Error NextIP RSP, TLS_BASE, FaultIP */
553 /* skip RFLAGS, Error NextIP RSP, TLS_BASE, FaultIP */
639 subq $8, %rsp # skip TLS_BASE
649 subq $8, %rsp # skip RDX
/seL4-mcs-10.1.1/manual/parts/
H A Dbootup.tex124 length can be used to skip over chunks that you do not understand. The only generally
H A Dthreads.tex517 should be set to \texttt{1} when single-stepping, or any non-zero integer value to skip that many
518 instructions before resuming single-stepping. This skip-count can also be set in
526 \reg{Breakpoint instruction address} & \texttt{num\_instructions} to skip & \ipcbloc{IPCBuffer[0]} \\
/seL4-mcs-10.1.1/tools/
H A Dlex.py301 # skip() - Skip ahead n characters
303 def skip(self,n): member in class:Lexer

Completed in 73 milliseconds