Home
last modified time | relevance | path

Searched refs:sys_tbl_pa (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H A Defi.c60 unsigned long sys_tbl_pa; in efi_get_system_table() local
67 sys_tbl_pa = ei->efi_systab | ((__u64)ei->efi_systab_hi << 32); in efi_get_system_table()
69 sys_tbl_pa = ei->efi_systab; in efi_get_system_table()
71 if (!sys_tbl_pa) { in efi_get_system_table()
76 return sys_tbl_pa; in efi_get_system_table()
132 unsigned long sys_tbl_pa; in efi_get_conf_table() local
139 sys_tbl_pa = efi_get_system_table(bp); in efi_get_conf_table()
140 if (!sys_tbl_pa) in efi_get_conf_table()
146 efi_system_table_64_t *stbl = (efi_system_table_64_t *)sys_tbl_pa; in efi_get_conf_table()
155 efi_system_table_32_t *stbl = (efi_system_table_32_t *)sys_tbl_pa; in efi_get_conf_table()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A Ddpt_i2o.c105 static dma_addr_t sys_tbl_pa; variable
2073 host->unique_id = (u32)sys_tbl_pa + pHba->unit; in adpt_scsi_host_alloc()
2801 sys_tbl, sys_tbl_pa); in adpt_i2o_build_sys_table()
2807 sys_tbl_len, &sys_tbl_pa, GFP_KERNEL); in adpt_i2o_build_sys_table()
3195 msg[7] = (u32)sys_tbl_pa; in adpt_i2o_systab_send()

Completed in 5 milliseconds