Home
last modified time | relevance | path

Searched refs:hyp (Results 1 – 25 of 73) sorted by relevance

123

/linux/arch/arm64/kvm/hyp/nvhe/
H A DMakefile25 hyp-obj-y := timer-sr.o sysreg-sr.o debug-sr.o switch.o tlb.o hyp-init.o host.o \
26 hyp-main.o hyp-smp.o psci-relay.o early_alloc.o page_alloc.o \
28 hyp-obj-y += ../vgic-v3-sr.o ../aarch32.o ../vgic-v2-cpuif-proxy.o ../entry.o \
29 ../fpsimd.o ../hyp-entry.o ../exception.o ../pgtable.o
30 hyp-obj-y += ../../../kernel/smccc-call.o
31 hyp-obj-$(CONFIG_LIST_HARDENED) += list_debug.o
32 hyp-obj-y += $(lib-objs)
40 hyp-obj := $(patsubst %.o,%.nvhe.o,$(hyp-obj-y))
42 targets += $(hyp-obj) kvm_nvhe.tmp.o kvm_nvhe.rel.o hyp.lds hyp-reloc.S hyp-reloc.o
52 $(obj)/hyp.lds: $(src)/hyp.lds.S FORCE
[all …]
H A D.gitignore3 hyp.lds
4 hyp-reloc.S
H A Dmem_protect.c1203 enum pkvm_page_state hyp; member
1267 WARN_ON(__hyp_check_page_state_range(phys, size, selftest_state.hyp)); in assert_page_state()
1301 selftest_state.hyp = PKVM_PAGE_OWNED; in pkvm_ownership_selftest()
1314 selftest_state.hyp = PKVM_NOPAGE; in pkvm_ownership_selftest()
1323 selftest_state.hyp = PKVM_PAGE_SHARED_BORROWED; in pkvm_ownership_selftest()
1349 selftest_state.hyp = PKVM_NOPAGE; in pkvm_ownership_selftest()
1353 selftest_state.hyp = PKVM_NOPAGE; in pkvm_ownership_selftest()
1365 selftest_state.hyp = PKVM_NOPAGE; in pkvm_ownership_selftest()
1392 selftest_state.hyp = PKVM_PAGE_OWNED; in pkvm_ownership_selftest()
/linux/arch/arm64/kvm/
H A DMakefile11 obj-$(CONFIG_KVM) += hyp/
33 always-y := hyp_constants.h hyp-constants.s
39 CFLAGS_hyp-constants.o = -I $(src)/hyp/include
40 $(obj)/hyp-constants.s: $(src)/hyp/hyp-constants.c FORCE
43 $(obj)/hyp_constants.h: $(obj)/hyp-constants.s FORCE
/linux/arch/arm64/kernel/
H A Dvmlinux.lds.S42 .hyp.reloc : ALIGN(4) { \
44 *(.hyp.reloc) \
90 *(.hyp.idmap.text) \
93 *(.hyp.text) \
H A DMakefile32 io.o vdso.o hyp-stub.o psci.o cpu_ops.o \
H A Dhyp-stub.S20 .pushsection .hyp.text, "ax"
/linux/Documentation/virt/kvm/arm/
H A Dindex.rst11 hyp-abi
/linux/arch/arm64/kvm/hyp/vhe/
H A DMakefile13 ../fpsimd.o ../hyp-entry.o ../exception.o
/linux/arch/arm64/include/asm/
H A Dhyp_image.h29 #define HYP_SECTION_NAME(NAME) .hyp##NAME
/linux/arch/arm64/boot/dts/renesas/
H A Dr9a07g043u.dtsi57 interrupt-names = "sec-phys", "phys", "virt", "hyp-phys",
58 "hyp-virt";
H A Dr8a78000.dtsi785 interrupt-names = "sec-phys", "phys", "virt", "hyp-phys", "hyp-virt";
H A Dr9a09g011.dtsi375 interrupt-names = "sec-phys", "phys", "virt", "hyp-phys";
H A Dr9a08g045.dtsi945 interrupt-names = "sec-phys", "phys", "virt", "hyp-phys",
946 "hyp-virt";
H A Dr9a09g087.dtsi1287 interrupt-names = "sec-phys", "phys", "virt", "hyp-phys", "hyp-virt";
H A Dr9a09g077.dtsi1284 interrupt-names = "sec-phys", "phys", "virt", "hyp-phys", "hyp-virt";
/linux/arch/arm/boot/compressed/
H A DMakefile22 OBJS += hyp-stub.o
/linux/arch/arm64/boot/dts/apple/
H A Dt600x-common.dtsi355 interrupt-names = "phys", "virt", "hyp-phys", "hyp-virt";
H A Dt602x-common.dtsi405 interrupt-names = "phys", "virt", "hyp-phys", "hyp-virt";
H A Dt8112.dtsi331 interrupt-names = "phys", "virt", "hyp-phys", "hyp-virt";
H A Dt8103.dtsi309 interrupt-names = "phys", "virt", "hyp-phys", "hyp-virt";
/linux/arch/arm/kernel/
H A DMakefile97 obj-$(CONFIG_ARM_VIRT_EXT) += hyp-stub.o
/linux/arch/arm64/boot/dts/cix/
H A Dsky1.dtsi579 interrupt-names = "sec-phys", "phys", "virt", "hyp-phys", "hyp-virt";
/linux/arch/arm64/boot/dts/freescale/
H A Ds32g3.dtsi950 <GIC_PPI 10 IRQ_TYPE_LEVEL_LOW>, /* hyp-phys */
951 <GIC_PPI 12 IRQ_TYPE_LEVEL_LOW>; /* hyp-virt */
/linux/arch/arm64/boot/dts/qcom/
H A Dsdx75.dtsi273 gunyah_hyp_mem: gunyah-hyp@80000000 {
278 hyp_elf_package_mem: hyp-elf-package@80800000 {
415 hyp_smmu_s2_pt_mem: hyp-smmu-s2-pt@bfc00000 {

123