Searched refs:rip (Results 1 - 25 of 32) sorted by relevance

12

/seL4-refos-master/libs/libsel4utils/sel4_arch_include/x86_64/sel4utils/sel4_arch/
H A Dutil.h24 regs->rip = value;
30 return regs.rip;
/seL4-refos-master/projects/seL4_libs/libsel4utils/sel4_arch_include/x86_64/sel4utils/sel4_arch/
H A Dutil.h24 regs->rip = value;
30 return regs.rip;
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Drip.c1 /* SCCS Id: @(#)rip.c 3.4 2003/01/08 */
73 static char **rip; variable
82 op = &rip[line][STONE_LINE_CENT - ((strlen(text)+1)>>1)];
98 rip = dp = (char **) alloc(sizeof(rip_txt));
167 free((genericptr_t)rip[x]);
169 free((genericptr_t)rip);
170 rip = 0;
175 /*rip.c*/
H A DMakefile325 priest.c quest.c questpgr.c read.c rect.c region.c restore.c rip.c \
382 quest.o questpgr.o read.o rect.o region.o restore.o rip.o rnd.o \
492 ../win/gnome/gn_rip.h: ../win/X11/rip.xpm
493 cp ../win/X11/rip.xpm ../win/gnome/gn_rip.h
780 rip.o: rip.c $(HACK_H)
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Drip.c1 /* SCCS Id: @(#)rip.c 3.4 2003/01/08 */
73 static char **rip; variable
82 op = &rip[line][STONE_LINE_CENT - ((strlen(text)+1)>>1)];
98 rip = dp = (char **) alloc(sizeof(rip_txt));
167 free((genericptr_t)rip[x]);
169 free((genericptr_t)rip);
170 rip = 0;
175 /*rip.c*/
/seL4-refos-master/kernel/libsel4/sel4_arch_include/x86_64/sel4/sel4_arch/
H A Dtypes.h24 seL4_Word rip, rsp, rflags, rax, rbx, rcx, rdx, rsi, rdi, rbp, member in struct:seL4_UserContext_
/seL4-refos-master/libs/libsel4/sel4_arch_include/x86_64/sel4/sel4_arch/
H A Dtypes.h24 seL4_Word rip, rsp, rflags, rax, rbx, rcx, rdx, rsi, rdi, rbp, member in struct:seL4_UserContext_
/seL4-refos-master/libs/libmuslc/arch/x32/bits/
H A Duser.h6 uint64_t rip, rdp; member in struct:user_fpregs_struct
13 unsigned long rax, rcx, rdx, rsi, rdi, orig_rax, rip; member in struct:user_regs_struct
H A Dsignal.h39 unsigned long long rip, rdp; member in struct:_fpstate
51 unsigned long long rdi, rsi, rbp, rbx, rdx, rax, rcx, rsp, rip, eflags; member in struct:sigcontext
/seL4-refos-master/libs/libmuslc/arch/x86_64/bits/
H A Duser.h6 uint64_t rip, rdp; member in struct:user_fpregs_struct
13 unsigned long rax, rcx, rdx, rsi, rdi, orig_rax, rip; member in struct:user_regs_struct
H A Dsignal.h39 unsigned long long rip, rdp; member in struct:_fpstate
51 unsigned long rdi, rsi, rbp, rbx, rdx, rax, rcx, rsp, rip, eflags; member in struct:sigcontext
/seL4-refos-master/libs/libmuslc/arch/x86_64_sel4/bits/
H A Duser.h6 uint64_t rip, rdp; member in struct:user_fpregs_struct
13 unsigned long rax, rcx, rdx, rsi, rdi, orig_rax, rip; member in struct:user_regs_struct
H A Dsignal.h39 unsigned long long rip, rdp; member in struct:_fpstate
51 unsigned long rdi, rsi, rbp, rbx, rdx, rax, rcx, rsp, rip, eflags; member in struct:sigcontext
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/unix/
H A DMakefile.dat50 rip.xpm: ../win/X11/rip.xpm
51 cp ../win/X11/rip.xpm rip.xpm
74 rip.img: ../util/xpm2img.ttp
75 ../util/xpm2img.ttp ../win/X11/rip.xpm rip.img
143 -rm -f nhdat x11tiles beostiles pet_mark.xbm rip.xpm mapbg.xpm
144 -rm -f rip.img GEM_RSC.RSC title.img nh16.img NetHack.ad
H A DMakefile.top45 # VARDATND = x11tiles NetHack.ad pet_mark.xbm rip.xpm
47 # VARDATND = nh16.img title.img GEM_RSC.RSC rip.img
51 # VARDATND = x11tiles pet_mark.xbm rip.xpm mapbg.xpm
144 rip.xpm:
145 ( cd dat ; $(MAKE) rip.xpm )
157 rip.img:
159 ( cd dat ; $(MAKE) rip.img )
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/unix/
H A DMakefile.dat50 rip.xpm: ../win/X11/rip.xpm
51 cp ../win/X11/rip.xpm rip.xpm
74 rip.img: ../util/xpm2img.ttp
75 ../util/xpm2img.ttp ../win/X11/rip.xpm rip.img
143 -rm -f nhdat x11tiles beostiles pet_mark.xbm rip.xpm mapbg.xpm
144 -rm -f rip.img GEM_RSC.RSC title.img nh16.img NetHack.ad
H A DMakefile.top45 # VARDATND = x11tiles NetHack.ad pet_mark.xbm rip.xpm
47 # VARDATND = nh16.img title.img GEM_RSC.RSC rip.img
51 # VARDATND = x11tiles pet_mark.xbm rip.xpm mapbg.xpm
144 rip.xpm:
145 ( cd dat ; $(MAKE) rip.xpm )
157 rip.img:
159 ( cd dat ; $(MAKE) rip.img )
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/dat/
H A DMakefile50 rip.xpm: ../win/X11/rip.xpm
51 cp ../win/X11/rip.xpm rip.xpm
74 rip.img: ../util/xpm2img.ttp
75 ../util/xpm2img.ttp ../win/X11/rip.xpm rip.img
143 -rm -f nhdat x11tiles beostiles pet_mark.xbm rip.xpm mapbg.xpm
144 -rm -f rip.img GEM_RSC.RSC title.img nh16.img NetHack.ad
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/dat/
H A DMakefile50 rip.xpm: ../win/X11/rip.xpm
51 cp ../win/X11/rip.xpm rip.xpm
74 rip.img: ../util/xpm2img.ttp
75 ../util/xpm2img.ttp ../win/X11/rip.xpm rip.img
143 -rm -f nhdat x11tiles beostiles pet_mark.xbm rip.xpm mapbg.xpm
144 -rm -f rip.img GEM_RSC.RSC title.img nh16.img NetHack.ad
/seL4-refos-master/libs/libsel4utils/src/sel4_arch/x86_64/
H A Darch.c27 context->rip = (seL4_Word) entry_point;
/seL4-refos-master/projects/seL4_libs/libsel4utils/src/sel4_arch/x86_64/
H A Darch.c27 context->rip = (seL4_Word) entry_point;
/seL4-refos-master/libs/libsel4debug/sel4_arch_include/x86_64/sel4debug/sel4_arch/
H A Dregisters.h20 "rip",
44 compile_time_assert(eip_correct_position, offsetof(seL4_UserContext, rip) == 0);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/
H A DMakefile45 # VARDATND = x11tiles NetHack.ad pet_mark.xbm rip.xpm
47 # VARDATND = nh16.img title.img GEM_RSC.RSC rip.img
51 # VARDATND = x11tiles pet_mark.xbm rip.xpm mapbg.xpm
144 rip.xpm:
145 ( cd dat ; $(MAKE) rip.xpm )
157 rip.img:
159 ( cd dat ; $(MAKE) rip.img )
/seL4-refos-master/projects/seL4_libs/libsel4debug/sel4_arch_include/x86_64/sel4debug/sel4_arch/
H A Dregisters.h20 "rip",
44 compile_time_assert(eip_correct_position, offsetof(seL4_UserContext, rip) == 0);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/
H A DMakefile45 # VARDATND = x11tiles NetHack.ad pet_mark.xbm rip.xpm
47 # VARDATND = nh16.img title.img GEM_RSC.RSC rip.img
51 # VARDATND = x11tiles pet_mark.xbm rip.xpm mapbg.xpm
144 rip.xpm:
145 ( cd dat ; $(MAKE) rip.xpm )
157 rip.img:
159 ( cd dat ; $(MAKE) rip.img )

Completed in 190 milliseconds

12