⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 entry64.s

📁 ARM 嵌入式 系统 设计与实例开发 实验教材 二源码
💻 S
字号:
/* $Id: entry64.S,v 1.6 2000/01/12 02:59:26 davem Exp $ * entry64.S:  Solaris syscall emulation entry point. * * Copyright (C) 1996,1997,1998 Jakub Jelinek   (jj@sunsite.mff.cuni.cz) * Copyright (C) 1995,1997 David S. Miller (davem@caip.rutgers.edu) * Copyright (C) 1996 Miguel de Icaza      (miguel@nuclecu.unam.mx) */#include <linux/errno.h>#include <asm/head.h>#include <asm/asi.h>#include <asm/smp.h>#include <asm/ptrace.h>#include <asm/page.h>#include <asm/signal.h>#include <asm/pgtable.h>#include <asm/processor.h>#include "conv.h"#define NR_SYSCALLS	256	.textsolaris_syscall_trace:	call		syscall_trace	 nop	srl		%i0, 0, %o0	mov		%i4, %o4	srl		%i1, 0, %o1	mov		%i5, %o5	andcc		%l3, 1, %g0	be,pt		%icc, 2f	 srl		%i2, 0, %o2	b,pt		%xcc, 2f	 add		%sp, STACK_BIAS + REGWIN_SZ, %o0solaris_sucks:/* Solaris is a big system which needs to be able to do all the things * in Inf+1 different ways */	add		%i6, 0x5c, %o0	mov		%i0, %g1	mov		%i1, %i0	mov		%i2, %i1	srl		%o0, 0, %o0	mov		%i3, %i2	movrz		%g1, 256, %g1 /* Ensure we don't loop forever */	mov		%i4, %i3	mov		%i5, %i4	ba,pt		%xcc, solaris_sparc_syscallexen:	 lduwa		[%o0] ASI_S, %i5exenf:	ba,pt		%xcc, solaris_sparc_syscall	 clr		%i5/* For shared binaries, binfmt_elf32 already sets up personality   and exec_domain. This is to handle static binaries as well */solaris_reg:	call		solaris_register	 nop	ba,pt		%xcc, 1f	 mov		%i4, %o4linux_syscall_for_solaris:	sll		%l3, 2, %l4	ba,pt		%xcc, 10f	 lduw		[%l6 + %l4], %l3	/* Solaris system calls enter here... */	.align	32	.globl	solaris_sparc_syscallsolaris_sparc_syscall:	ldub		[%g6 + AOFF_task_personality + ASIZ_task_personality - 1], %l0	cmp		%g1, 255	bg,pn		%icc, solaris_unimplemented	 srl		%g1, 0, %g1	sethi		%hi(solaris_sys_table), %l7	brz,pn		%g1, solaris_sucks	 mov		%i4, %o4	sll		%g1, 2, %l4	cmp		%l0, 1	bne,pn		%icc, solaris_reg1:	 srl		%i0, 0, %o0	lduw		[%l7 + %l4], %l3	srl		%i1, 0, %o1	ldx		[%g6 + AOFF_task_flags], %l5	cmp		%l3, NR_SYSCALLS	bleu,a,pn	%xcc, linux_syscall_for_solaris	 sethi		%hi(sys_call_table32), %l6	andcc		%l3, 1, %g0	bne,a,pn	%icc, 10f	 add		%sp, STACK_BIAS + REGWIN_SZ, %o010:	srl		%i2, 0, %o2	mov		%i5, %o5	andn		%l3, 3, %l7	andcc		%l5, 0x20, %g0					bne,pn		%icc, solaris_syscall_trace			 mov		%i0, %l52:	call		%l7	 srl		%i3, 0, %o3ret_from_solaris:	stx		%o0, [%sp + STACK_BIAS + REGWIN_SZ + PT_V9_I0]	ldx		[%g6 + AOFF_task_flags], %l6	sra		%o0, 0, %o0	mov		%ulo(TSTATE_XCARRY | TSTATE_ICARRY), %g2	ldx		[%sp + STACK_BIAS + REGWIN_SZ + PT_V9_TSTATE], %g3	cmp		%o0, -ENOIOCTLCMD	sllx		%g2, 32, %g2	bgeu,pn		%xcc, 1f	 andcc		%l6, 0x20, %l6		/* System call success, clear Carry condition code. */	andn		%g3, %g2, %g3	stx		%g3, [%sp + STACK_BIAS + REGWIN_SZ + PT_V9_TSTATE]		bne,pn		%icc, solaris_syscall_trace2	 ldx		[%sp + STACK_BIAS + REGWIN_SZ + PT_V9_TNPC], %l1	andcc		%l1, 1, %g0	bne,pn		%icc, 2f	 clr		%l6	add		%l1, 0x4, %l2				         	stx		%l1, [%sp + STACK_BIAS + REGWIN_SZ + PT_V9_TPC]	 ! pc = npc	call		rtrap	 stx		%l2, [%sp + STACK_BIAS + REGWIN_SZ + PT_V9_TNPC] !npc = npc+4	/* When tnpc & 1, this comes from setcontext and we don't want to advance pc */2:	andn		%l1, 3, %l1	call		rtrap	 stx		%l1, [%sp + STACK_BIAS + REGWIN_SZ + PT_V9_TNPC] !npc = npc&~31:	/* System call failure, set Carry condition code.	 * Also, get abs(errno) to return to the process.	 */	sub		%g0, %o0, %o0	or		%g3, %g2, %g3	cmp		%o0, ERANGE	/* 0-ERANGE are identity mapped */	bleu,pt		%icc, 1f	 cmp		%o0, EMEDIUMTYPE	bgu,pn		%icc, 1f	 sethi		%hi(solaris_err_table), %l6	sll		%o0, 2, %o0	or		%l6, %lo(solaris_err_table), %l6	ldsw		[%l6 + %o0], %o01:	stx		%o0, [%sp + STACK_BIAS + REGWIN_SZ + PT_V9_I0]	mov		1, %l6	stx		%g3, [%sp + STACK_BIAS + REGWIN_SZ + PT_V9_TSTATE]	bne,pn		%icc, solaris_syscall_trace2	 ldx		[%sp + STACK_BIAS + REGWIN_SZ + PT_V9_TNPC], %l1	andcc		%l1, 1, %g0	bne,pn		%icc, 2b	 add		%l1, 0x4, %l2	stx		%l1, [%sp + STACK_BIAS + REGWIN_SZ + PT_V9_TPC]  ! pc = npc	call		rtrap	 stx		%l2, [%sp + STACK_BIAS + REGWIN_SZ + PT_V9_TNPC] !npc = npc+4 solaris_syscall_trace2:	call		syscall_trace	 add		%l1, 0x4, %l2			/* npc = npc+4 */	andcc		%l1, 1, %g0	bne,pn		%icc, 2b	 nop	stx		%l1, [%sp + STACK_BIAS + REGWIN_SZ + PT_V9_TPC]	call		rtrap	 stx		%l2, [%sp + STACK_BIAS + REGWIN_SZ + PT_V9_TNPC]	/* This one is tricky, so that's why we do it in assembly */	.globl		solaris_sigsuspendsolaris_sigsuspend:	call		do_sol_sigsuspend	 nop	brlz,pn		%o0, ret_from_solaris	 nop	call		sys_sigsuspend	 stx		%o0, [%sp + STACK_BIAS + REGWIN_SZ + PT_V9_I0]	.globl		solaris_getpidsolaris_getpid:	call		sys_getppid	/* This is tricky, so don't do it in assembly */	 nop	stx		%o0, [%sp + STACK_BIAS + REGWIN_SZ + PT_V9_I1]	b,pt		%xcc, ret_from_solaris	 lduw		[%g6 + AOFF_task_pid], %o0	.globl	solaris_getuidsolaris_getuid:	lduw		[%g6 + AOFF_task_euid], %o1	lduw		[%g6 + AOFF_task_uid], %o0	b,pt		%xcc, ret_from_solaris	 stx		%o1, [%sp + STACK_BIAS + REGWIN_SZ + PT_V9_I1]	.globl	solaris_getgidsolaris_getgid:	lduw		[%g6 + AOFF_task_egid], %o1	lduw		[%g6 + AOFF_task_gid], %o0	b,pt		%xcc, ret_from_solaris	 stx		%o1, [%sp + STACK_BIAS + REGWIN_SZ + PT_V9_I1]	.globl		solaris_unimplementedsolaris_unimplemented:	call		do_sol_unimplemented	 add		%sp, STACK_BIAS + REGWIN_SZ, %o0	ba,pt		%xcc, ret_from_solaris	 nop	.section	__ex_table,#alloc	.align		4	.word		exen, exenf

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -