From mboxrd@z Thu Jan 1 00:00:00 1970 From: vichy.kuo@gmail.com (vichy) Date: Wed, 15 Oct 2014 11:37:14 +0800 Subject: where/how arm start first jump from svc to user in kernel Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org hi all: When tracing arm kernel source code, I cannot find the place where and how kernel first time jump from svc mode to user mode to execute the first user mode program. Would you mind to show me where/how it happen? appreciate your kind help,