Searched refs:handle (Results 126 - 150 of 1660) sorted by path

1234567891011>>

/linux-master/arch/s390/kernel/
H A Dperf_cpum_sf.c96 struct perf_output_handle handle; /* AUX buffer output handle */ member in struct:cpu_hw_sf
442 * measurement alert interrupt fires quick enough to handle
452 * SDBs to handle a higher sampling rate.
705 struct perf_output_handle handle; local
718 if (perf_output_begin(&handle, data, event, header.size))
725 perf_output_sample(&handle, &header, data, event);
726 perf_output_end(&handle);
768 * Since the CPU Measurement sampling facility can not handle frequency
1423 static void aux_output_end(struct perf_output_handle *handle) argument
1459 aux_output_begin(struct perf_output_handle *handle, struct aux_buffer *aux, struct cpu_hw_sf *cpuhw) argument
1641 struct perf_output_handle *handle = &cpuhw->handle; local
[all...]
/linux-master/arch/s390/kvm/
H A Dkvm-s390.h283 return kvm->arch.pv.handle;
288 return vcpu->arch.pv.handle;
H A Dpv.c41 * @handle: the handle of the leftover protected VM
53 u64 handle; member in struct:pv_vm_to_be_destroyed
60 kvm->arch.pv.handle = 0;
136 "PROTVIRT CREATE VCPU: cpu %d handle %llx rc %x rrc %x",
148 vcpu->arch.pv.handle = uvcb.cpu_handle;
221 if (!leftover->handle)
223 cc = uv_cmd_nodata(leftover->handle, UVC_CMD_DESTROY_SEC_CONF, rc, rrc);
276 .handle = kvm_s390_pv_get_handle(kvm),
289 "protvirt destroy vm fast failed handle
[all...]
/linux-master/arch/sparc/kernel/
H A Dds.c87 __u64 handle; member in struct:ds_reg_req
95 __u64 handle; member in struct:ds_reg_ack
101 __u64 handle; member in struct:ds_reg_nack
107 __u64 handle; member in struct:ds_unreg_req
112 __u64 handle; member in struct:ds_unreg_ack
117 __u64 handle; member in struct:ds_unreg_nack
122 __u64 handle; member in struct:ds_data
127 __u64 handle; member in struct:ds_data_nack
133 __u64 handle; member in struct:ds_cap_state
221 static struct ds_cap_state *find_cap(struct ds_info *dp, u64 handle) argument
486 dr_cpu_init_response(struct ds_data *resp, u64 req_num, u64 handle, int resp_len, int ncpus, cpumask_t *mask, u32 default_stat) argument
969 __send_ds_nack(struct ds_info *dp, u64 handle) argument
[all...]
H A Diommu-common.c100 unsigned long *handle,
136 if (pass == 0 && handle && *handle &&
137 (*handle >= pool->start) && (*handle < pool->end))
138 start = *handle;
214 /* Update handle for SG allocations */
215 if (handle)
216 *handle = end;
97 iommu_tbl_range_alloc(struct device *dev, struct iommu_map_table *iommu, unsigned long npages, unsigned long *handle, unsigned long mask, unsigned int align_order) argument
H A Diommu.c437 unsigned long flags, handle, prot, ctx; local
469 handle = 0;
491 &handle, (unsigned long)(-1), 0);
H A Dmdesc.c69 void (*free)(struct mdesc_handle *handle);
330 "cfg-handle", NULL);
349 * 3. parent node "cfg-handle" property
H A Dof_device_64.c428 phandle handle; local
440 handle = 0;
449 handle = imap[na + 1];
475 cp = of_find_node_by_phandle(handle);
561 * If we hit a bus type or situation we cannot handle, we
H A Dpci_sun4v.c474 unsigned long flags, handle, prot; local
503 handle = 0;
536 &handle, (unsigned long)(-1), 0);
/linux-master/arch/sparc/lib/
H A Dchecksum_32.S112 bne csum_partial_fix_alignment ! yep, handle it
142 cpte: bne csum_partial_end_cruft ! yep, handle it
263 /* Also, handle the alignment code out of band. */
353 ccte: bne cc_end_cruft ! something left, handle it out of band
/linux-master/arch/x86/crypto/
H A Daesni-intel_avx-x86_64.S395 # handle the last <16 Byte block separately
/linux-master/arch/x86/events/intel/
H A Dbts.c24 struct perf_output_handle handle; member in struct:bts_ctx
187 struct bts_buffer *buf = perf_get_aux(&bts->handle);
201 perf_aux_output_flag(&bts->handle,
215 * BTS updating is ordered against bts::handle::event.
221 bts_buffer_reset(struct bts_buffer *buf, struct perf_output_handle *handle);
226 * - is set when bts::handle::event is valid, that is, between
229 * - is ordered against bts::handle::event with a compiler barrier.
235 struct bts_buffer *buf = perf_get_aux(&bts->handle);
266 buf = perf_aux_output_begin(&bts->handle, event);
270 if (bts_buffer_reset(buf, &bts->handle))
375 bts_buffer_reset(struct bts_buffer *buf, struct perf_output_handle *handle) argument
[all...]
H A Dds.c767 struct perf_output_handle handle; local
821 if (perf_output_begin(&handle, &data, event,
834 perf_output_sample(&handle, &header, &data, event);
837 perf_output_end(&handle);
H A Dpt.c423 perf_aux_output_flag(&pt->handle, PERF_AUX_FLAG_PARTIAL);
502 struct pt_buffer *buf = perf_get_aux(&pt->handle);
848 struct pt_buffer *buf = perf_get_aux(&pt->handle);
899 struct pt_buffer *buf = perf_get_aux(&pt->handle);
922 perf_aux_output_flag(&pt->handle,
1071 * @handle: Current output handle.
1082 struct perf_output_handle *handle)
1092 if (buf->output_off + handle->size + 1 < pt_buffer_region_size(buf)) {
1093 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATE
1081 pt_buffer_reset_markers(struct pt_buffer *buf, struct perf_output_handle *handle) argument
1640 pt_event_snapshot_aux(struct perf_event *event, struct perf_output_handle *handle, unsigned long size) argument
[all...]
H A Dpt.h116 * @handle: perf output handle
118 * @handle_nmi: do handle PT PMI on this cpu, there's an active event
124 struct perf_output_handle handle; member in struct:pt
/linux-master/arch/x86/include/asm/
H A Defi.h261 #define __efi64_argmap_handle_protocol(handle, protocol, interface) \
262 ((handle), (protocol), efi64_zero_upper(interface))
267 #define __efi64_argmap_locate_device_path(protocol, path, handle) \
268 ((protocol), (path), efi64_zero_upper(handle))
270 #define __efi64_argmap_exit(handle, status, size, data) \
271 ((handle), efi64_convert_status(status), (size), (data))
319 * The macros below handle the plumbing for the argument mapping. To add a
H A Dio.h12 * to (a) handle it all in a way that makes gcc able to optimize it
142 * This function does not handle bus mappings for DMA transfers. In
331 extern int __must_check arch_phys_wc_index(int handle);
336 extern void arch_phys_wc_del(int handle);
/linux-master/arch/x86/include/uapi/asm/
H A Dkvm.h704 __u32 handle; member in struct:kvm_sev_launch_start
740 __u32 handle; member in struct:kvm_sev_guest_status
789 __u32 handle; member in struct:kvm_sev_receive_start
/linux-master/arch/x86/kernel/acpi/
H A Dboot.c804 static int acpi_map_cpu2node(acpi_handle handle, int cpu, int physid) argument
809 nid = acpi_get_node(handle);
818 int acpi_map_cpu(acpi_handle handle, phys_cpuid_t physid, u32 acpi_id, int *pcpu) argument
827 acpi_processor_set_pdc(handle);
828 acpi_map_cpu2node(handle, cpu, physid);
846 int acpi_register_ioapic(acpi_handle handle, u64 phys_addr, u32 gsi_base) argument
857 ioapic_id = acpi_get_ioapic_id(handle, gsi_base, &addr);
862 status = acpi_evaluate_integer(handle, METHOD_NAME__UID,
865 acpi_handle_warn(handle, "failed to get IOAPIC ID.\n");
880 int acpi_unregister_ioapic(acpi_handle handle, u3 argument
903 acpi_ioapic_registered(acpi_handle handle, u32 gsi_base) argument
[all...]
/linux-master/arch/x86/kernel/cpu/mtrr/
H A Dmtrr.c476 * arch_phys_wc_add - add a WC MTRR and handle errors if PAT is unavailable
509 * @handle: Return value from arch_phys_wc_add
516 void arch_phys_wc_del(int handle) argument
518 if (handle >= 1) {
519 WARN_ON(handle < MTRR_TO_PHYS_WC_OFFSET);
520 mtrr_del(handle - MTRR_TO_PHYS_WC_OFFSET, 0, 0);
527 * @handle: Return value from arch_phys_wc_add
536 int arch_phys_wc_index(int handle) argument
538 if (handle < MTRR_TO_PHYS_WC_OFFSET)
541 return handle
[all...]
/linux-master/arch/x86/kvm/svm/
H A Dsev.c226 static void sev_decommission(unsigned int handle) argument
230 if (!handle)
233 decommission.handle = handle;
237 static void sev_unbind_asid(struct kvm *kvm, unsigned int handle) argument
241 if (!handle)
244 deactivate.handle = handle;
251 sev_decommission(handle);
294 static int sev_bind_asid(struct kvm *kvm, unsigned int handle, in argument
[all...]
H A Dsvm.h83 unsigned int handle; /* SEV firmware handle */ member in struct:kvm_sev_info
/linux-master/arch/x86/pci/
H A Dacpi.c336 int node = acpi_get_node(device->handle);
H A Dmmconfig-shared.c217 * only handle bus 0 ?
414 static acpi_status find_mboard_resource(acpi_handle handle, u32 lvl, argument
419 acpi_walk_resources(handle, METHOD_NAME__CRS,
/linux-master/arch/x86/platform/olpc/
H A Dolpc-xo15-sci.c151 status = acpi_evaluate_integer(device->handle, "_GPE", NULL, &tmp);

Completed in 391 milliseconds

1234567891011>>