brintos

brintos / linux-shallow public Read only

0
0
Text · 326 B · 8dde8b6 Raw
24 lines · plain
1/* SPDX-License-Identifier: GPL-2.0 */2/*3 * Copyright (C) 2019  Arm Limited4 * Original author: Dave Martin <Dave.Martin@arm.com>5 */6 7#include "assembler.h"8 9startfn syscall10	bti	c11	mov	w8, w012	mov	x0, x113	mov	x1, x214	mov	x2, x315	mov	x3, x416	mov	x4, x517	mov	x5, x618	mov	x6, x719	svc	#020	ret21endfn22 23emit_aarch64_feature_1_and24