/linux/arch/riscv/include/asm/ |
H A D | linkage.h | 5d8544e2d0075a5f3c9a2cf27152354d54360da1 Tue Jul 11 03:03:19 CEST 2017 Palmer Dabbelt <palmer@dabbelt.com> RISC-V: Generic library routines and assembly
This patch contains code that is more specific to the RISC-V ISA than it is to Linux. It contains string and math operations, C wrappers for various assembly instructions, stack walking code, and uaccess.
Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com>
|
H A D | word-at-a-time.h | 5d8544e2d0075a5f3c9a2cf27152354d54360da1 Tue Jul 11 03:03:19 CEST 2017 Palmer Dabbelt <palmer@dabbelt.com> RISC-V: Generic library routines and assembly
This patch contains code that is more specific to the RISC-V ISA than it is to Linux. It contains string and math operations, C wrappers for various assembly instructions, stack walking code, and uaccess.
Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com>
|
H A D | string.h | 5d8544e2d0075a5f3c9a2cf27152354d54360da1 Tue Jul 11 03:03:19 CEST 2017 Palmer Dabbelt <palmer@dabbelt.com> RISC-V: Generic library routines and assembly
This patch contains code that is more specific to the RISC-V ISA than it is to Linux. It contains string and math operations, C wrappers for various assembly instructions, stack walking code, and uaccess.
Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com>
|
H A D | asm.h | 5d8544e2d0075a5f3c9a2cf27152354d54360da1 Tue Jul 11 03:03:19 CEST 2017 Palmer Dabbelt <palmer@dabbelt.com> RISC-V: Generic library routines and assembly
This patch contains code that is more specific to the RISC-V ISA than it is to Linux. It contains string and math operations, C wrappers for various assembly instructions, stack walking code, and uaccess.
Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com>
|
H A D | uaccess.h | 5d8544e2d0075a5f3c9a2cf27152354d54360da1 Tue Jul 11 03:03:19 CEST 2017 Palmer Dabbelt <palmer@dabbelt.com> RISC-V: Generic library routines and assembly
This patch contains code that is more specific to the RISC-V ISA than it is to Linux. It contains string and math operations, C wrappers for various assembly instructions, stack walking code, and uaccess.
Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com>
|
H A D | csr.h | 5d8544e2d0075a5f3c9a2cf27152354d54360da1 Tue Jul 11 03:03:19 CEST 2017 Palmer Dabbelt <palmer@dabbelt.com> RISC-V: Generic library routines and assembly
This patch contains code that is more specific to the RISC-V ISA than it is to Linux. It contains string and math operations, C wrappers for various assembly instructions, stack walking code, and uaccess.
Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com>
|
/linux/arch/riscv/lib/ |
H A D | memset.S | 5d8544e2d0075a5f3c9a2cf27152354d54360da1 Tue Jul 11 03:03:19 CEST 2017 Palmer Dabbelt <palmer@dabbelt.com> RISC-V: Generic library routines and assembly
This patch contains code that is more specific to the RISC-V ISA than it is to Linux. It contains string and math operations, C wrappers for various assembly instructions, stack walking code, and uaccess.
Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com>
|
H A D | memcpy.S | 5d8544e2d0075a5f3c9a2cf27152354d54360da1 Tue Jul 11 03:03:19 CEST 2017 Palmer Dabbelt <palmer@dabbelt.com> RISC-V: Generic library routines and assembly
This patch contains code that is more specific to the RISC-V ISA than it is to Linux. It contains string and math operations, C wrappers for various assembly instructions, stack walking code, and uaccess.
Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com>
|
H A D | uaccess.S | 5d8544e2d0075a5f3c9a2cf27152354d54360da1 Tue Jul 11 03:03:19 CEST 2017 Palmer Dabbelt <palmer@dabbelt.com> RISC-V: Generic library routines and assembly
This patch contains code that is more specific to the RISC-V ISA than it is to Linux. It contains string and math operations, C wrappers for various assembly instructions, stack walking code, and uaccess.
Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com>
|
/linux/arch/riscv/kernel/ |
H A D | stacktrace.c | 5d8544e2d0075a5f3c9a2cf27152354d54360da1 Tue Jul 11 03:03:19 CEST 2017 Palmer Dabbelt <palmer@dabbelt.com> RISC-V: Generic library routines and assembly
This patch contains code that is more specific to the RISC-V ISA than it is to Linux. It contains string and math operations, C wrappers for various assembly instructions, stack walking code, and uaccess.
Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com>
|