Searched refs:real_mode (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/boot/ |
| H A D | video-mode.c | 70 static int raw_set_mode(u16 mode, u16 *real_mode) in raw_set_mode() argument 89 *real_mode = mi->mode; in raw_set_mode() 103 *real_mode = mix.mode = mode; in raw_set_mode() 148 u16 real_mode; in set_mode() local 158 rv = raw_set_mode(mode, &real_mode); in set_mode() 168 boot_params.hdr.vid_mode = real_mode; in set_mode()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/ |
| H A D | subcore-asm.S | 34 LOAD_REG_ADDR(r4, real_mode) 41 real_mode: label
|
| H A D | pci-ioda.c | 1381 bool real_mode) in pnv_ioda_get_inval_reg() argument 1383 return real_mode ? (__be64 __iomem *)(phb->regs_phys + 0x210) : in pnv_ioda_get_inval_reg()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | misc_64.S | 364 bl real_mode 378 real_mode: /* assume normal blr return */ label 451 bl real_mode 460 bl real_mode
|
| H A D | prom_init.c | 1112 u32 real_mode; member 1164 .real_mode = ~0U, /* ~0 means "don't care" */
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | book3s_hv_rm_xics.c | 497 if (!xics || !xics->real_mode) in xics_rm_h_xirr() 538 if (!xics || !xics->real_mode) in xics_rm_h_ipi() 622 if (!xics || !xics->real_mode) in xics_rm_h_cppr() 741 if (!xics || !xics->real_mode) in xics_rm_h_eoi()
|
| H A D | book3s_xics.h | 108 bool real_mode; member
|
| H A D | book3s_xics.c | 898 if (xics->real_mode && is_kvmppc_hv_enabled(vcpu->kvm)) in kvmppc_xics_hcall() 1433 xics->real_mode = ENABLE_REALMODE; in kvmppc_xics_create()
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | setup.h | 144 asmlinkage void __init x86_64_start_kernel(char *real_mode);
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
| H A D | x86_basename.patch | 19 @@ -304,9 +304,9 @@ static int add_edd_entry(struct x86_linux_param_header *real_mode,
|
| /OK3568_Linux_fs/buildroot/boot/syslinux/ |
| H A D | 0010-core-Clean-up-the-i386-bios-build.patch | 344 - .real_mode (NOLOAD) : { 345 - *(.real_mode) 611 - section .real_mode write nobits align=65536
|
| /OK3568_Linux_fs/kernel/drivers/misc/cxl/ |
| H A D | native.c | 595 u64 cxl_calculate_sr(bool master, bool kernel, bool real_mode, bool p9) in cxl_calculate_sr() argument 606 if (!real_mode) in cxl_calculate_sr()
|
| H A D | cxl.h | 1026 u64 cxl_calculate_sr(bool master, bool kernel, bool real_mode, bool p9);
|