rci2_table_phys    86 arch/x86/platform/efi/efi.c 	&rci2_table_phys,
rci2_table_phys   478 drivers/firmware/efi/efi.c 	{DELLEMC_EFI_RCI2_TABLE_GUID, NULL, &rci2_table_phys},
rci2_table_phys    41 drivers/firmware/efi/rci2-table.c unsigned long rci2_table_phys __ro_after_init = EFI_INVALID_TABLE_ADDR;
rci2_table_phys    84 drivers/firmware/efi/rci2-table.c 	if (rci2_table_phys == EFI_INVALID_TABLE_ADDR)
rci2_table_phys    87 drivers/firmware/efi/rci2-table.c 	rci2_base = memremap(rci2_table_phys,
rci2_table_phys   114 drivers/firmware/efi/rci2-table.c 	rci2_base = memremap(rci2_table_phys, rci2_table_len, MEMREMAP_WB);
rci2_table_phys  1733 include/linux/efi.h extern unsigned long rci2_table_phys;