Lines Matching refs:hyp
12 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.lds.S FORCE
39 # Prefixes names of ELF sections with '.hyp', eg. '.hyp.text'.
41 # the list of dependencies to form '-T $(obj)/hyp.lds'. This is to
45 $(obj)/kvm_nvhe.tmp.o: $(obj)/hyp.lds $(addprefix $(obj)/,$(hyp-obj)) FORCE