Searched refs:realmode (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/x86/realmode/rm/ |
| A D | Makefile | 18 always-y := realmode.bin realmode.relocs 30 realmode-y += header.o 32 realmode-y += stack.o 33 realmode-y += reboot.o 36 targets += $(realmode-y) 49 targets += realmode.lds 55 targets += realmode.elf 56 $(obj)/realmode.elf: $(obj)/realmode.lds $(REALMODE_OBJS) FORCE 61 targets += realmode.bin 62 $(obj)/realmode.bin: $(obj)/realmode.elf $(obj)/realmode.relocs FORCE [all …]
|
| A D | .gitignore | 3 realmode.lds 4 realmode.relocs
|
| /linux/arch/x86/realmode/ |
| A D | Makefile | 19 $(obj)/rmpiggy.o: $(obj)/rm/realmode.bin 21 $(obj)/rm/realmode.bin: FORCE
|
| /linux/arch/x86/ |
| A D | Kbuild | 16 obj-y += realmode/
|
| /linux/arch/powerpc/include/asm/ |
| A D | iommu.h | 55 bool realmode); 60 bool realmode);
|
| A D | kvm_book3s.h | 239 unsigned long *rmap, long pte_index, int realmode); 252 pgd_t *pgdir, bool realmode, unsigned long *idx_ret);
|
| /linux/arch/powerpc/kvm/ |
| A D | book3s_hv_rm_mmu.c | 75 unsigned long *rmap, long pte_index, int realmode) in kvmppc_add_revmap_chain() argument 83 if (realmode) in kvmppc_add_revmap_chain() 86 if (realmode) in kvmppc_add_revmap_chain() 192 pgd_t *pgdir, bool realmode, unsigned long *pte_idx_ret) in kvmppc_do_h_enter() argument 362 if (realmode) in kvmppc_do_h_enter() 371 if (realmode) in kvmppc_do_h_enter() 383 realmode); in kvmppc_do_h_enter()
|
| /linux/arch/powerpc/platforms/pseries/ |
| A D | iommu.c | 670 bool realmode) in tce_exchange_pseries() argument
|
| /linux/arch/powerpc/platforms/powernv/ |
| A D | pci-ioda.c | 1332 bool realmode) in pnv_ioda_tce_xchg_no_kill() argument 1334 return pnv_tce_xchg(tbl, index, hpa, direction, !realmode); in pnv_ioda_tce_xchg_no_kill()
|
Completed in 47 milliseconds