Home
last modified time | relevance | path

Searched refs:RMA (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-platform-mellanox-bootctl13 RMA Return Merchandise Authorization
/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_pci.c592 #define RMA 0x20 macro
1945 if (status1 & RMA) { in ahc_pci_intr()
1963 if ((status1 & (DPE|SSE|RMA|RTA|STA|DPR)) == 0) { in ahc_pci_intr()
H A Daic79xx.reg1145 field RMA 0x20
1163 field RMA 0x20
1180 field RMA 0x20
1196 field RMA 0x20
1213 field RMA 0x20
1228 field RMA 0x20
H A Daic79xx_pci.c731 #define RMA 0x20 macro
H A Daic79xx_reg.h_shipped1300 #define RMA 0x20
/openbmc/linux/Documentation/virt/kvm/
H A Dapi.rst2128 :Returns: file descriptor for mapping the allocated RMA
2130 This allocates a Real Mode Area (RMA) from the pool allocated at boot
2131 time by the kernel. An RMA is a physically-contiguous, aligned region
2134 POWER processors support a set of sizes for the RMA that usually
2145 to map the allocated RMA into userspace. The mapped area can then be
2147 RMA for a virtual machine. The size of the RMA in bytes (which is
2153 an RMA, or 1 if the processor can use an RMA but doesn't require it,
2154 because it supports the Virtual RMA (VRMA) facility.