Searched refs:hyp (Results 1 – 25 of 27) sorted by relevance
12
/linux-6.6.21/arch/arm64/kvm/hyp/nvhe/ |
D | Makefile | 23 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) 37 hyp-obj := $(patsubst %.o,%.nvhe.o,$(hyp-obj-y)) 39 targets += $(hyp-obj) kvm_nvhe.tmp.o kvm_nvhe.rel.o hyp.lds hyp-reloc.S hyp-reloc.o 49 $(obj)/hyp.lds: $(src)/hyp.lds.S FORCE 59 $(obj)/kvm_nvhe.tmp.o: $(obj)/hyp.lds $(addprefix $(obj)/,$(hyp-obj)) FORCE [all …]
|
D | .gitignore | 3 hyp.lds 4 hyp-reloc.S
|
D | mem_protect.c | 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()
|
/linux-6.6.21/arch/arm64/kvm/ |
D | Makefile | 11 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
|
/linux-6.6.21/arch/arm64/kernel/ |
D | vmlinux.lds.S | 33 .hyp.reloc : ALIGN(4) { \ 35 *(.hyp.reloc) \ 80 *(.hyp.idmap.text) \ 83 *(.hyp.text) \
|
D | Makefile | 32 io.o vdso.o hyp-stub.o psci.o cpu_ops.o \
|
D | hyp-stub.S | 20 .pushsection .hyp.text, "ax"
|
/linux-6.6.21/Documentation/devicetree/bindings/timer/ |
D | arm,arch_timer.yaml | 50 - const: hyp-phys 51 - const: hyp-virt 57 - const: hyp-phys 58 - const: hyp-virt
|
/linux-6.6.21/Documentation/virt/kvm/arm/ |
D | index.rst | 10 hyp-abi
|
/linux-6.6.21/arch/arm64/kvm/hyp/vhe/ |
D | Makefile | 11 ../fpsimd.o ../hyp-entry.o ../exception.o
|
/linux-6.6.21/arch/arm64/include/asm/ |
D | hyp_image.h | 29 #define HYP_SECTION_NAME(NAME) .hyp##NAME
|
/linux-6.6.21/arch/arm/boot/compressed/ |
D | Makefile | 22 OBJS += hyp-stub.o
|
D | head.S | 651 __HVC(0) @ otherwise bounce to hyp mode 1429 W(b) __enter_kernel @ hyp
|
/linux-6.6.21/arch/arm64/boot/dts/apple/ |
D | t600x-common.dtsi | 351 interrupt-names = "phys", "virt", "hyp-phys", "hyp-virt";
|
D | t8103.dtsi | 303 interrupt-names = "phys", "virt", "hyp-phys", "hyp-virt";
|
D | t8112.dtsi | 326 interrupt-names = "phys", "virt", "hyp-phys", "hyp-virt";
|
/linux-6.6.21/arch/arm/kernel/ |
D | Makefile | 100 obj-$(CONFIG_ARM_VIRT_EXT) += hyp-stub.o
|
/linux-6.6.21/arch/arm64/boot/dts/qcom/ |
D | sdx75.dtsi | 255 gunyah_hyp_mem: gunyah-hyp@80000000 { 260 hyp_elf_package_mem: hyp-elf-package@80800000 { 387 hyp_smmu_s2_pt_mem: hyp-smmu-s2-pt@bfc00000 {
|
D | sm8550.dtsi | 425 hyp_mem: hyp-region@80000000 { 435 hyp_tags_mem: hyp-tags-region@80e00000 { 445 hyp_tags_reserved_mem: hyp-tags-reserved-region@811d0000 { 666 hyp_ext_tags_mem: hyp-ext-tags-region@fce00000 { 671 hyp_ext_reserved_mem: hyp-ext-reserved-region@ff700000 {
|
D | qcm2290.dtsi | 271 hyp_mem: hyp@45700000 {
|
D | qdu1000.dtsi | 223 hyp_mem: hyp@80000000 {
|
D | sdm670.dtsi | 466 hyp_mem: hyp-mem@85700000 {
|
D | sa8775p.dtsi | 333 hyp_mem: hyp@90000000 {
|
D | sc8180x.dtsi | 593 hyp_mem: hyp@85700000 {
|
/linux-6.6.21/arch/arm64/boot/dts/rockchip/ |
D | rk3588s.dtsi | 372 interrupt-names = "sec-phys", "phys", "virt", "hyp-phys", "hyp-virt";
|
12