Searched refs:handle (Results 76 - 100 of 1669) sorted by path

1234567891011>>

/linux-master/samples/bpf/
H A Dxdp2skb_meta.sh189 prio 1 handle 1 bpf da obj $file sec $prog
/linux-master/sound/drivers/pcsp/
H A Dpcsp.h77 extern enum hrtimer_restart pcsp_do_timer(struct hrtimer *handle);
/linux-master/tools/testing/selftests/net/forwarding/
H A Dtc_flower_router.sh88 tc filter add dev $rp3 egress protocol ip pref 1 handle 101 flower \
90 tc filter add dev $rp3 egress protocol ip pref 2 handle 102 flower \
111 tc filter del dev $rp3 egress protocol ip pref 2 handle 102 flower
112 tc filter del dev $rp3 egress protocol ip pref 1 handle 101 flower
H A Dtc_shblocks.sh53 tc filter add block 22 protocol ip pref 1 handle 101 flower \
68 tc filter del block 22 protocol ip pref 1 handle 101 flower
77 tc filter add block 22 protocol ip pref 1 handle 101 flower \
79 tc filter add block 22 protocol ip pref 2 handle 102 flower \
94 tc filter del block 22 protocol ip pref 1 handle 101 flower
95 tc filter del block 22 protocol ip pref 2 handle 102 flower
H A Dtc_vlan_modify.sh113 tc filter add dev $swp1 ingress protocol all pref 1 handle 1 \
115 tc filter add dev $swp2 ingress protocol all pref 1 handle 1 \
126 tc filter del dev $swp2 ingress protocol all pref 1 handle 1 flower
127 tc filter del dev $swp1 ingress protocol all pref 1 handle 1 flower
140 tc filter add dev $swp1 egress protocol all pref 1 handle 1 \
142 tc filter add dev $swp2 egress protocol all pref 1 handle 1 \
153 tc filter del dev $swp2 egress protocol all pref 1 handle 1 flower
154 tc filter del dev $swp1 egress protocol all pref 1 handle 1 flower
/linux-master/tools/usb/ffs-aio-example/multibuff/host_app/
H A Dtest.c43 * @handle: handle of tested device
51 libusb_device_handle *handle; member in struct:test_state
67 state->handle = NULL;
102 ret = libusb_open(state->found, &state->handle);
108 if (libusb_claim_interface(state->handle, 0)) {
109 ret = libusb_detach_kernel_driver(state->handle, 0);
116 ret = libusb_claim_interface(state->handle, 0);
128 libusb_attach_kernel_driver(state->handle, 0);
131 libusb_close(state->handle);
[all...]
/linux-master/tools/usb/ffs-aio-example/simple/host_app/
H A Dtest.c43 * @handle: handle of tested device
51 libusb_device_handle *handle; member in struct:test_state
67 state->handle = NULL;
102 ret = libusb_open(state->found, &state->handle);
108 if (libusb_claim_interface(state->handle, 0)) {
109 ret = libusb_detach_kernel_driver(state->handle, 0);
116 ret = libusb_claim_interface(state->handle, 0);
128 libusb_attach_kernel_driver(state->handle, 0);
131 libusb_close(state->handle);
[all...]
/linux-master/Documentation/gpu/rfc/
H A Di915_small_bar.h120 * @handle: Returned handle for the object.
124 __u32 handle; member in struct:__drm_i915_gem_create_ext
H A Di915_vm_bind.h59 /** @handle: User's handle for a drm_syncobj to wait on or signal. */
60 __u32 handle; member in struct:drm_i915_gem_timeline_fence
114 /** @handle: Object handle */
115 __u32 handle; member in struct:drm_i915_gem_vm_bind
/linux-master/arch/alpha/lib/
H A Dcsum_ipv6_magic.S27 ldq_u $21,7($16) # .. e1 : handle misalignment
/linux-master/arch/arc/kernel/
H A Dentry.S251 ; If ret to user mode do we need to handle signals, schedule() et al.
H A Dunwind.c434 void unwind_remove_table(void *handle, int init_only) argument
436 struct unwind_table *table = handle;
/linux-master/arch/arm/crypto/
H A Daes-ce-core.S459 rev ip, ip @ ... to handle the carry
/linux-master/arch/arm/mm/
H A Ddma-mapping.c533 static void *__dma_alloc(struct device *dev, size_t size, dma_addr_t *handle, argument
571 *handle = DMA_MAPPING_ERROR;
589 *handle = phys_to_dma(dev, page_to_phys(page));
606 dma_addr_t handle, unsigned long attrs,
609 struct page *page = phys_to_page(dma_to_phys(dev, handle));
1041 dma_addr_t *handle, int coherent_flag,
1054 *handle = __iommu_create_mapping(dev, &page, size, attrs);
1055 if (*handle == DMA_MAPPING_ERROR)
1066 dma_addr_t handle, size_t size, int coherent_flag)
1068 __iommu_remove_mapping(dev, handle, siz
605 __arm_dma_free(struct device *dev, size_t size, void *cpu_addr, dma_addr_t handle, unsigned long attrs, bool is_coherent) argument
1040 __iommu_alloc_simple(struct device *dev, size_t size, gfp_t gfp, dma_addr_t *handle, int coherent_flag, unsigned long attrs) argument
1065 __iommu_free_atomic(struct device *dev, void *cpu_addr, dma_addr_t handle, size_t size, int coherent_flag) argument
1075 arm_iommu_alloc_attrs(struct device *dev, size_t size, dma_addr_t *handle, gfp_t gfp, unsigned long attrs) argument
1143 arm_iommu_free_attrs(struct device *dev, size_t size, void *cpu_addr, dma_addr_t handle, unsigned long attrs) argument
1185 __map_sg_chunk(struct device *dev, struct scatterlist *sg, size_t size, dma_addr_t *handle, enum dma_data_direction dir, unsigned long attrs) argument
1405 arm_iommu_unmap_page(struct device *dev, dma_addr_t handle, size_t size, enum dma_data_direction dir, unsigned long attrs) argument
1483 arm_iommu_sync_single_for_cpu(struct device *dev, dma_addr_t handle, size_t size, enum dma_data_direction dir) argument
1498 arm_iommu_sync_single_for_device(struct device *dev, dma_addr_t handle, size_t size, enum dma_data_direction dir) argument
[all...]
/linux-master/arch/arm/xen/
H A Dmm.c45 static void dma_cache_maint(struct device *dev, dma_addr_t handle, argument
50 cflush.offset = xen_offset_in_page(handle);
52 handle &= XEN_PAGE_MASK;
55 cflush.a.dev_bus_addr = dma_to_phys(dev, handle);
65 handle += cflush.length;
77 void xen_dma_sync_for_cpu(struct device *dev, dma_addr_t handle, argument
81 dma_cache_maint(dev, handle, size, GNTTAB_CACHE_INVAL);
84 void xen_dma_sync_for_device(struct device *dev, dma_addr_t handle, argument
88 dma_cache_maint(dev, handle, size, GNTTAB_CACHE_INVAL);
90 dma_cache_maint(dev, handle, siz
[all...]
H A Dp2m.c113 unmap.handle = map_ops[i].handle;
114 map_ops[i].handle = INVALID_GRANT_HANDLE;
/linux-master/arch/arm64/include/asm/
H A Dkvm_host.h212 pkvm_handle_t handle; member in struct:kvm_protected_vm
338 * For an untrusted host VM, 'pkvm.handle' is used to lookup
/linux-master/arch/arm64/kvm/hyp/include/nvhe/
H A Dpkvm.h66 int __pkvm_init_vcpu(pkvm_handle_t handle, struct kvm_vcpu *host_vcpu,
68 int __pkvm_teardown_vm(pkvm_handle_t handle);
70 struct pkvm_hyp_vcpu *pkvm_load_hyp_vcpu(pkvm_handle_t handle,
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dffa.c48 * when resolving the handle on the reclaim path.
515 u64 handle; local
517 handle = PACK_HANDLE(handle_lo, handle_hi);
524 .handle = handle,
H A Dhyp-main.c83 hyp_vcpu = pkvm_load_hyp_vcpu(host_kvm->arch.pkvm.handle,
289 DECLARE_REG(pkvm_handle_t, handle, host_ctxt, 1);
294 cpu_reg(host_ctxt, 1) = __pkvm_init_vcpu(handle, host_vcpu, vcpu_hva);
299 DECLARE_REG(pkvm_handle_t, handle, host_ctxt, 1);
301 cpu_reg(host_ctxt, 1) = __pkvm_teardown_vm(handle);
H A Dpkvm.c216 * Start the VM table handle at the offset defined instead of at 0.
221 static unsigned int vm_handle_to_idx(pkvm_handle_t handle) argument
223 return handle - HANDLE_OFFSET;
262 * Return the hyp vm structure corresponding to the handle.
264 static struct pkvm_hyp_vm *get_vm_by_handle(pkvm_handle_t handle) argument
266 unsigned int idx = vm_handle_to_idx(handle);
274 struct pkvm_hyp_vcpu *pkvm_load_hyp_vcpu(pkvm_handle_t handle, argument
281 hyp_vm = get_vm_by_handle(handle);
368 * Return a unique handle to the protected VM on success,
391 hyp_vm->kvm.arch.pkvm.handle
406 remove_vm_table_entry(pkvm_handle_t handle) argument
551 __pkvm_init_vcpu(pkvm_handle_t handle, struct kvm_vcpu *host_vcpu, unsigned long vcpu_hva) argument
604 __pkvm_teardown_vm(pkvm_handle_t handle) argument
[all...]
/linux-master/arch/arm64/kvm/
H A Dpkvm.c106 if (host_kvm->arch.pkvm.handle) {
108 host_kvm->arch.pkvm.handle));
111 host_kvm->arch.pkvm.handle = 0;
129 pkvm_handle_t handle; local
163 handle = ret;
165 host_kvm->arch.pkvm.handle = handle;
184 ret = kvm_call_hyp_nvhe(__pkvm_init_vcpu, handle, host_vcpu,
209 if (!host_kvm->arch.pkvm.handle)
/linux-master/arch/loongarch/kernel/
H A Dacpi.c293 static int __ref acpi_map_cpu2node(acpi_handle handle, int cpu, int physid) argument
298 nid = acpi_get_node(handle);
309 int acpi_map_cpu(acpi_handle handle, phys_cpuid_t physid, u32 acpi_id, int *pcpu) argument
319 acpi_map_cpu2node(handle, cpu, physid);
/linux-master/arch/m68k/fpsp040/
H A Dskeleton.S18 | to handle the exception.
88 | Code following the 'inex' label is to handle bug #1232. In this
298 | handle. E.g. an instruction with a co-processor ID that is not 1.
350 | unable to handle frame sizes not in the following
359 | code to handle future revisions of the fpu.
/linux-master/arch/m68k/include/asm/
H A Dirq.h74 void (*handle)(struct irq_desc *desc),

Completed in 354 milliseconds

1234567891011>>