Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.0-rc6 20 lines 251 B view raw
1// SPDX-License-Identifier: GPL-2.0-only 2// Copyright (C) 2021 ARM Limited. 3 4#include "sme-inst.h" 5 6.arch_extension sve 7 8.globl rdvl_sve 9rdvl_sve: 10 hint 34 // BTI C 11 rdvl x0, #1 12 ret 13 14.globl rdvl_sme 15rdvl_sme: 16 hint 34 // BTI C 17 18 rdsvl 0, 1 19 20 ret