Home
last modified time | relevance | path

Searched refs:hyp (Results 1 - 25 of 39) sorted by relevance

12

/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/
H A DMakefile23 hyp-obj-y := timer-sr.o sysreg-sr.o debug-sr.o switch.o tlb.o hyp-init.o host.o \
24 hyp-main.o hyp-smp.o psci-relay.o early_alloc.o page_alloc.o \
26 hyp-obj-y += ../vgic-v3-sr.o ../aarch32.o ../vgic-v2-cpuif-proxy.o ../entry.o \
27 ../fpsimd.o ../hyp-entry.o ../exception.o ../pgtable.o
28 hyp-obj-$(CONFIG_LIST_HARDENED) += list_debug.o
29 hyp-obj-y += $(lib-objs)
32 ## Build rules for compiling nVHE hyp code
34 ## file containing all nVHE hyp cod
[all...]
H A Dsysreg-sr.c7 #include <hyp/sysreg-sr.h>
H A Ddebug-sr.c7 #include <hyp/debug-sr.h>
H A Dswitch.c7 #include <hyp/switch.h>
8 #include <hyp/sysreg-sr.h>
378 /* Prepare to dump kvm nvhe hyp stacktrace */ in hyp_panic()
H A Dmem_protect.c15 #include <hyp/fault.h>
558 } hyp; member
738 *completer_addr = tx->initiator.hyp.completer_addr; in hyp_request_donation()
748 *completer_addr = tx->initiator.hyp.completer_addr; in hyp_initiate_donation()
1195 .hyp = { in __pkvm_hyp_donate_host()
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/nvhe/
H A DMakefile12 obj-y := timer-sr.o sysreg-sr.o debug-sr.o switch.o tlb.o hyp-init.o host.o hyp-main.o
14 ../fpsimd.o ../hyp-entry.o
18 ## Build rules for compiling nVHE hyp code
20 ## file containing all nVHE hyp code and data.
23 hyp-obj := $(patsubst %.o,%.nvhe.o,$(obj-y))
25 extra-y := $(hyp-obj) kvm_nvhe.tmp.o hyp.lds
35 $(obj)/hyp.lds: $(src)/hyp
[all...]
H A Dsysreg-sr.c7 #include <hyp/sysreg-sr.h>
H A Dswitch.c7 #include <hyp/switch.h>
8 #include <hyp/sysreg-sr.h>
H A Ddebug-sr.c7 #include <hyp/debug-sr.h>
H A Dhyp-main.c7 #include <hyp/switch.h>
/kernel/linux/linux-6.6/arch/arm64/kvm/
H A DMakefile11 obj-$(CONFIG_KVM) += hyp/
27 always-y := hyp_constants.h hyp-constants.s
33 CFLAGS_hyp-constants.o = -I $(srctree)/$(src)/hyp/include
34 $(obj)/hyp-constants.s: $(src)/hyp/hyp-constants.c FORCE
37 $(obj)/hyp_constants.h: $(obj)/hyp-constants.s FORCE
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dvmlinux.lds.S33 .hyp.reloc : ALIGN(4) { \
35 *(.hyp.reloc) \
80 *(.hyp.idmap.text) \
83 *(.hyp.text) \
/kernel/linux/linux-5.10/arch/arm/boot/compressed/
H A DMakefile23 OBJS += hyp-stub.o
116 clean-files += piggy_data lib1funcs.S ashldi3.S bswapsdi2.S hyp-stub.S
212 $(obj)/hyp-stub.S: $(srctree)/arch/$(SRCARCH)/kernel/hyp-stub.S
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/vhe/
H A Ddebug-sr.c7 #include <hyp/debug-sr.h>
H A DMakefile11 ../fpsimd.o ../hyp-entry.o
H A Dsysreg-sr.c7 #include <hyp/sysreg-sr.h>
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/vhe/
H A Ddebug-sr.c7 #include <hyp/debug-sr.h>
H A DMakefile11 ../fpsimd.o ../hyp-entry.o ../exception.o
H A Dsysreg-sr.c7 #include <hyp/sysreg-sr.h>
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dvmlinux.lds.S54 *(.hyp.idmap.text) \
57 *(.hyp.text) \
H A DMakefile16 io.o vdso.o hyp-stub.o psci.o cpu_ops.o insn.o \
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dhyp_image.h19 * KVM nVHE ELF section names are prefixed with .hyp, to separate them
22 #define HYP_SECTION_NAME(NAME) .hyp##NAME
24 /* Defines an ELF hyp section from input section @NAME and its subsections. */
30 * KVM nVHE hyp code.
34 /* Defines a linker script alias for KVM nVHE hyp symbols */
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dhyp_image.h26 * KVM nVHE ELF section names are prefixed with .hyp, to separate them
29 #define HYP_SECTION_NAME(NAME) .hyp##NAME
31 /* Symbol defined at the beginning of each hyp section. */
36 * Helper to generate linker script statements starting a hyp section.
39 * is used as a base for hyp relocations (see gen-hyprel.c). It must
47 /* Helper to generate linker script statements ending a hyp section. */
51 /* Defines an ELF hyp section from input section @NAME and its subsections. */
59 * KVM nVHE hyp code.
63 /* Defines a linker script alias for KVM nVHE hyp symbols */
/kernel/linux/linux-5.10/arch/arm64/kvm/
H A DMakefile11 obj-$(CONFIG_KVM) += hyp/
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/
H A Dvgic-v2-cpuif-proxy.c7 #include <hyp/adjust_pc.h>

Completed in 9 milliseconds

12