Searched refs:RMA (Results 1 - 14 of 14) sorted by relevance
/linux-4.1.27/arch/powerpc/include/asm/ |
H A D | fadump.h | 28 * The RMA region will be saved for later dumping when kernel crashes. 29 * RMA is Real Mode Area, the first block of logical memory address owned
|
/linux-4.1.27/drivers/ide/ |
H A D | ide-cd_verbose.c | 179 { 0x037304, "Program memory area / RMA update failure" }, 180 { 0x037305, "Program memory area / RMA is full" }, 181 { 0x037306, "Program memory area / RMA is (almost) full" },
|
/linux-4.1.27/drivers/edac/ |
H A D | amd8111_edac.c | 180 printk(KERN_INFO "SSE: %d, RMA: %d, RTA: %d\n", amd8111_pci_bridge_check() 225 printk(KERN_INFO "DPE: %d, RSE: %d, RMA: %d\n" amd8111_pci_bridge_check()
|
H A D | amd8131_edac.c | 181 printk(KERN_INFO "DPE: %d, RSE: %d, RMA: %d\n" amd8131_pcix_check()
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | paca.c | 211 * in real mode, so allocate them within the RMA and also within allocate_pacas()
|
H A D | fadump.c | 185 /* RMA region section */ init_fadump_mem_struct() 901 * The entire RMA region will be moved by firmware fadump_create_elfcore_headers()
|
H A D | prom.c | 561 * the RMA on ppc64 server early_init_dt_add_memory_arch()
|
H A D | prom_init.c | 673 W(256), /* 256MB min RMA */ 675 0, /* min RMA percentage of total RAM */
|
/linux-4.1.27/arch/powerpc/mm/ |
H A D | tlb_nohash.c | 727 /* On non-FSL Embedded 64-bit, we adjust the RMA size to match setup_initial_memory_limit() 732 * on FSL Embedded 64-bit, we adjust the RMA size to match the setup_initial_memory_limit()
|
H A D | hash_utils_64.c | 1546 /* On LPAR systems, the first entry is our RMA region, setup_initial_memory_limit()
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_pci.c | 599 #define RMA 0x20 macro 1952 if (status1 & RMA) { ahc_pci_intr() 1970 if ((status1 & (DPE|SSE|RMA|RTA|STA|DPR)) == 0) { ahc_pci_intr()
|
H A D | aic79xx_pci.c | 741 #define RMA 0x20 macro
|
/linux-4.1.27/drivers/scsi/ |
H A D | constants.c | 1102 {0x7306, "RMA/PMA is almost full"},
|
/linux-4.1.27/arch/powerpc/kvm/ |
H A D | book3s_hv.c | 2541 /* Init LPCR for virtual RMA mode */ kvmppc_core_init_vm_hv()
|
Completed in 356 milliseconds