linux_dsm_epyc7002/arch/riscv/include/asm
Atish Patra 8446923ae4
RISC-V: Mark existing SBI as 0.1 SBI.
As per the new SBI specification, current SBI implementation version
is defined as 0.1 and will be removed/replaced in future. Each of the
function call in 0.1 is defined as a separate extension which makes
easier to replace them one at a time.

Rename existing implementation to reflect that. This patch is just
a preparatory patch for SBI v0.2 and doesn't introduce any functional
changes.

Signed-off-by: Atish Patra <atish.patra@wdc.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
Reviewed-by: Palmer Dabbelt <palmerdabbelt@google.com>
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
2020-03-31 11:25:22 -07:00
..
asm-offsets.h
asm-prototypes.h riscv: Less inefficient gcc tishift helpers (and export their symbols) 2020-01-18 19:13:41 -08:00
asm.h
atomic.h
barrier.h
bitops.h
bug.h riscv: add macro to get instruction length 2020-03-26 09:24:49 -07:00
cache.h
cacheflush.h riscv: Use flush_icache_mm for flush_icache_user_range 2020-03-03 10:28:10 -08:00
clint.h
cmpxchg.h
csr.h riscv: set pmp configuration if kernel is running in M-mode 2020-02-18 09:41:24 -08:00
current.h RISC-V: Stop relying on GCC's register allocator's hueristics 2020-03-03 10:28:13 -08:00
delay.h
elf.h
fence.h
fixmap.h riscv: introduce interfaces to patch kernel code 2020-03-26 09:24:52 -07:00
ftrace.h
futex.h
hugetlb.h
hwcap.h
image.h
io.h
irq.h
irqflags.h
kasan.h riscv: Use macro definition instead of magic number 2020-03-26 09:29:53 -07:00
Kbuild asm-generic: Make dma-contiguous.h a mandatory include/asm header 2020-02-04 11:38:59 +01:00
kprobes.h
linkage.h
mmio.h
mmiowb.h
mmu_context.h
mmu.h
module.h
page.h riscv: mm: add support for CONFIG_DEBUG_VIRTUAL 2020-01-23 10:40:06 -08:00
patch.h riscv: introduce interfaces to patch kernel code 2020-03-26 09:24:52 -07:00
pci.h
perf_event.h
pgalloc.h
pgtable-32.h
pgtable-64.h riscv: mm: add p?d_leaf() definitions 2020-02-04 03:05:24 +00:00
pgtable-bits.h
pgtable.h riscv: Add support to dump the kernel page tables 2020-03-26 09:29:49 -07:00
processor.h
ptdump.h riscv: Add support to dump the kernel page tables 2020-03-26 09:29:49 -07:00
ptrace.h
sbi.h RISC-V: Mark existing SBI as 0.1 SBI. 2020-03-31 11:25:22 -07:00
seccomp.h
set_memory.h riscv: add STRICT_KERNEL_RWX support 2020-03-26 09:24:45 -07:00
smp.h
sparsemem.h
spinlock_types.h
spinlock.h
string.h riscv: Add KASAN support 2020-01-22 13:09:58 -08:00
switch_to.h
syscall.h
thread_info.h
timex.h
tlb.h
tlbflush.h
uaccess.h
unistd.h
vdso.h
vmalloc.h
word-at-a-time.h