Home
last modified time | relevance | path

Searched refs:smi_buf (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/platform/x86/dell/
H A Ddcdbas.c47 static struct smi_buffer smi_buf; variable
97 dcdbas_smi_free(&smi_buf); in smi_data_buf_free()
108 if (smi_buf.size >= size) in smi_data_buf_realloc()
120 if (smi_buf.virt) in smi_data_buf_realloc()
121 memcpy(tmp.virt, smi_buf.virt, smi_buf.size); in smi_data_buf_realloc()
127 smi_buf = tmp; in smi_data_buf_realloc()
173 smi_buf.size); in smi_data_read()
357 memset(smi_buf.virt, 0, smi_buf.size); in smi_request_store()
391 data = (u8 *)&smi_buf.dma; in host_control_smi()
422 data = (u8 *)&smi_buf.dma; in host_control_smi()
[all …]
H A Ddell-smbios-smm.c23 static struct smi_buffer smi_buf; variable
61 command.ebx = smi_buf.dma; in dell_smbios_smm_call()
105 ret = dcdbas_smi_alloc(&smi_buf, PAGE_SIZE); in init_dell_smbios_smm()
108 buffer = (void *)smi_buf.virt; in init_dell_smbios_smm()
143 dcdbas_smi_free(&smi_buf); in init_dell_smbios_smm()
152 dcdbas_smi_free(&smi_buf); in exit_dell_smbios_smm()