Home
last modified time | relevance | path

Searched refs:data_size (Results 1 – 11 of 11) sorted by relevance

/arch/x86/kernel/cpu/microcode/
Dintel.c117 unsigned long data_size = get_datasize(mc_header); in microcode_matches() local
134 if (total_size <= data_size + MC_HEADER_SIZE) in microcode_matches()
137 ext_header = (void *) mc_header + data_size + MC_HEADER_SIZE; in microcode_matches()
229 unsigned long total_size, data_size, ext_table_size; in microcode_sanity_check() local
236 data_size = get_datasize(mc_header); in microcode_sanity_check()
238 if (data_size + MC_HEADER_SIZE > total_size) { in microcode_sanity_check()
250 ext_table_size = total_size - (MC_HEADER_SIZE + data_size); in microcode_sanity_check()
262 ext_header = mc + MC_HEADER_SIZE + data_size; in microcode_sanity_check()
294 i = (MC_HEADER_SIZE + data_size) / sizeof(u32); in microcode_sanity_check()
426 unsigned int sig, pf, rev, total_size, data_size, date; in show_saved_mc() local
[all …]
/arch/x86/platform/efi/
Defi_64.c759 u32 *attr, unsigned long *data_size, void *data) in efi_thunk_get_variable() argument
765 phys_data_size = virt_to_phys_or_null(data_size); in efi_thunk_get_variable()
769 phys_data = virt_to_phys_or_null_size(data, *data_size); in efi_thunk_get_variable()
779 u32 attr, unsigned long data_size, void *data) in efi_thunk_set_variable() argument
786 phys_data = virt_to_phys_or_null_size(data, data_size); in efi_thunk_set_variable()
790 attr, data_size, phys_data); in efi_thunk_set_variable()
827 unsigned long data_size, efi_char16_t *data) in efi_thunk_reset_system() argument
831 phys_data = virt_to_phys_or_null_size(data, data_size); in efi_thunk_reset_system()
833 efi_thunk(reset_system, reset_type, status, data_size, phys_data); in efi_thunk_reset_system()
/arch/x86/events/intel/
Dbts.c65 local_t data_size; member
214 local_add(head - old, &buf->data_size); in bts_update()
216 local_set(&buf->data_size, head); in bts_update()
326 local_xchg(&buf->data_size, in bts_event_stop()
329 local_xchg(&buf->data_size, 0)); in bts_event_stop()
492 perf_aux_output_end(&bts->handle, local_xchg(&buf->data_size, 0)); in intel_bts_interrupt()
Dpt.h146 local_t data_size; member
Dpt.c776 local_set(&buf->data_size, base); in pt_update_head()
783 local_add(base - old, &buf->data_size); in pt_update_head()
1036 local_set(&buf->data_size, 0); in pt_buffer_reset_offsets()
1269 perf_aux_output_end(&pt->handle, local_xchg(&buf->data_size, 0)); in intel_pt_interrupt()
1399 local_xchg(&buf->data_size, in pt_event_stop()
1401 perf_aux_output_end(&pt->handle, local_xchg(&buf->data_size, 0)); in pt_event_stop()
/arch/mips/ath79/
Ddev-usb.c45 size_t data_size) in ath79_usb_register() argument
62 data, data_size); in ath79_usb_register()
/arch/powerpc/perf/
Dhv-24x7.h22 __be16 data_size; member
Dhv-24x7.c1153 req->data_size = cpu_to_be16(8); in add_event_to_24x7_request()
1190 u16 data_size = be16_to_cpu(res->result_element_data_size); in get_count_from_result() local
1222 if (data_size != sizeof(u64)) { in get_count_from_result()
1224 res->result_ix, data_size); in get_count_from_result()
1239 i++, element_data += data_size + data_offset) in get_count_from_result()
/arch/arm/mach-ixp4xx/
Dixp4xx_npe.c533 int i, j, err, data_size, instr_size, blocks, table_end; in npe_load_firmware() local
598 data_size = NPE_42X_DATA_SIZE; in npe_load_firmware()
601 data_size = NPE_46X_DATA_SIZE; in npe_load_firmware()
633 if (cb->npe_addr + cb->size > data_size) in npe_load_firmware()
/arch/ia64/kernel/
Defi.c130 unsigned long *data_size, void *data) \
142 adjust_arg(data_size), adjust_arg(data)); \
166 u32 attr, unsigned long data_size, \
175 adjust_arg(name), adjust_arg(vendor), attr, data_size, \
199 unsigned long data_size, efi_char16_t *data) \
210 reset_type, status, data_size, adata); \
/arch/ia64/hp/sim/boot/
Dfw-emu.c134 efi_reset_system (int reset_type, efi_status_t status, unsigned long data_size, efi_char16_t *data) in efi_reset_system() argument