| /kernel/linux/linux-5.10/drivers/net/wireless/ti/wl18xx/ |
| H A D | event.c | 119 u32 vector; in wl18xx_process_mailbox_events() local [all...] |
| /kernel/linux/linux-5.10/drivers/ntb/ |
| H A D | core.c | 181 void ntb_db_event(struct ntb_dev *ntb, int vector) in ntb_db_event() argument
|
| /kernel/linux/linux-5.10/drivers/virtio/ |
| H A D | virtio_pci_legacy.c | 104 static u16 vp_config_vector(struct virtio_pci_device *vp_dev, u16 vector) in vp_config_vector() argument
|
| /kernel/linux/linux-6.6/drivers/virtio/ |
| H A D | virtio_pci_legacy.c | 105 static u16 vp_config_vector(struct virtio_pci_device *vp_dev, u16 vector) in vp_config_vector() argument
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/basics/ |
| H A D | vector.c | 29 dal_vector_construct( struct vector *vector, struct dc_context *ctx, uint32_t capacity, uint32_t struct_size) dal_vector_construct() argument 53 dal_vector_presized_costruct(struct vector *vector, struct dc_context *ctx, uint32_t count, void *initial_value, uint32_t struct_size) dal_vector_presized_costruct() argument 97 struct vector *vector = kzalloc(sizeof(struct vector), GFP_KERNEL); dal_vector_presized_create() local 116 struct vector *vector = kzalloc(sizeof(struct vector), GFP_KERNEL); dal_vector_create() local 129 dal_vector_destruct( struct vector *vector) dal_vector_destruct() argument 137 dal_vector_destroy( struct vector **vector) dal_vector_destroy() argument 147 dal_vector_get_count( const struct vector *vector) dal_vector_get_count() argument 153 dal_vector_at_index( const struct vector *vector, uint32_t index) dal_vector_at_index() argument 162 dal_vector_remove_at_index( struct vector *vector, uint32_t index) dal_vector_remove_at_index() argument 179 dal_vector_set_at_index( const struct vector *vector, const void *what, uint32_t index) dal_vector_set_at_index() argument 202 dal_vector_insert_at( struct vector *vector, const void *what, uint32_t position) dal_vector_insert_at() argument 234 dal_vector_append( struct vector *vector, const void *item) dal_vector_append() argument 241 dal_vector_clone( const struct vector *vector) dal_vector_clone() argument 279 dal_vector_capacity(const struct vector *vector) dal_vector_capacity() argument 284 dal_vector_reserve(struct vector *vector, uint32_t capacity) dal_vector_reserve() argument 303 dal_vector_clear(struct vector *vector) dal_vector_clear() argument [all...] |
| /kernel/linux/linux-6.6/arch/x86/kernel/apic/ |
| H A D | x2apic_cluster.c | 29 static void x2apic_send_IPI(int cpu, int vector) in x2apic_send_IPI() argument 39 __x2apic_send_IPI_mask(const struct cpumask *mask, int vector, int apic_dest) in __x2apic_send_IPI_mask() argument 75 static void x2apic_send_IPI_mask(const struct cpumask *mask, int vector) in x2apic_send_IPI_mask() argument 81 x2apic_send_IPI_mask_allbutself(const struct cpumask *mask, int vector) in x2apic_send_IPI_mask_allbutself() argument
|
| H A D | x2apic_phys.c | 44 static void x2apic_send_IPI(int cpu, int vector) in x2apic_send_IPI() argument 54 __x2apic_send_IPI_mask(const struct cpumask *mask, int vector, int apic_dest) in __x2apic_send_IPI_mask() argument 70 vector, APIC_DEST_PHYSICAL); in __x2apic_send_IPI_mask() local 75 static void x2apic_send_IPI_mask(const struct cpumask *mask, int vector) in x2apic_send_IPI_mask() argument 81 x2apic_send_IPI_mask_allbutself(const struct cpumask *mask, int vector) in x2apic_send_IPI_mask_allbutself() argument 86 static void __x2apic_send_IPI_shorthand(int vector, u32 which) in __x2apic_send_IPI_shorthand() argument 95 x2apic_send_IPI_allbutself(int vector) x2apic_send_IPI_allbutself() argument 100 x2apic_send_IPI_all(int vector) x2apic_send_IPI_all() argument 105 x2apic_send_IPI_self(int vector) x2apic_send_IPI_self() argument 110 __x2apic_send_IPI_dest(unsigned int apicid, int vector, unsigned int dest) __x2apic_send_IPI_dest() argument [all...] |
| /kernel/linux/linux-6.6/arch/x86/hyperv/ |
| H A D | hv_apic.c | 107 static bool __send_ipi_mask_ex(const struct cpumask *mask, int vector, in __send_ipi_mask_ex() argument 157 static bool __send_ipi_mask(const struct cpumask *mask, int vector, in __send_ipi_mask() argument 228 __send_ipi_one(int cpu, int vector) __send_ipi_one() argument 254 hv_send_ipi(int cpu, int vector) hv_send_ipi() argument 260 hv_send_ipi_mask(const struct cpumask *mask, int vector) hv_send_ipi_mask() argument 266 hv_send_ipi_mask_allbutself(const struct cpumask *mask, int vector) hv_send_ipi_mask_allbutself() argument 272 hv_send_ipi_allbutself(int vector) hv_send_ipi_allbutself() argument 277 hv_send_ipi_all(int vector) hv_send_ipi_all() argument 283 hv_send_ipi_self(int vector) hv_send_ipi_self() argument [all...] |
| /kernel/linux/linux-6.6/arch/x86/include/asm/ |
| H A D | idtentry.h | 508 vector = vector+1 global() variable 524 vector = vector+1 global() variable [all...] |
| H A D | msi.h | 17 u32 vector : 8, member
|
| /kernel/linux/linux-6.6/drivers/ntb/ |
| H A D | core.c | 187 void ntb_db_event(struct ntb_dev *ntb, int vector) in ntb_db_event() argument
|
| /kernel/linux/linux-6.6/drivers/net/wireless/ti/wl18xx/ |
| H A D | event.c | 119 u32 vector; in wl18xx_process_mailbox_events() local [all...] |
| /kernel/linux/linux-6.6/arch/x86/kernel/ |
| H A D | irq.c | 342 unsigned int irr, vector; in fixup_irqs() local [all...] |
| /kernel/linux/linux-6.6/arch/x86/xen/ |
| H A D | smp.c | 177 static inline int xen_map_vector(int vector) in xen_map_vector() argument 218 void xen_send_IPI_all(int vector) in xen_send_IPI_all() argument 147 __xen_send_IPI_mask(const struct cpumask *mask, int vector) __xen_send_IPI_mask() argument 209 xen_send_IPI_mask(const struct cpumask *mask, int vector) xen_send_IPI_mask() argument 226 xen_send_IPI_self(int vector) xen_send_IPI_self() argument 234 xen_send_IPI_mask_allbutself(const struct cpumask *mask, int vector) xen_send_IPI_mask_allbutself() argument 252 xen_send_IPI_allbutself(int vector) xen_send_IPI_allbutself() argument [all...] |
| /kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/ |
| H A D | hyperv_features.c | 44 uint8_t vector = 0; in guest_msr() local 88 uint8_t vector; guest_hcall() local [all...] |
| H A D | vmx_pmu_caps_test.c | 56 uint8_t vector = wrmsr_safe(MSR_IA32_PERF_CAPABILITIES, val); in guest_test_perf_capabilities_gp() local
|
| /kernel/liteos_m/arch/arm/common/ |
| H A D | los_common_interrupt.c | 119 VOID OsSetVector(UINT32 num, HWI_PROC_FUNC vector, VOID *arg) in OsSetVector() argument 138 VOID OsSetVector(UINT32 num, HWI_PROC_FUNC vector) in OsSetVector() argument
|
| /kernel/liteos_m/arch/csky/common/ |
| H A D | los_common_interrupt.c | 169 VOID OsSetVector(UINT32 num, HWI_PROC_FUNC vector, VOID *arg) in OsSetVector() argument 189 VOID OsSetVector(UINT32 num, HWI_PROC_FUNC vector) in OsSetVector() argument
|
| /test/xts/acts/ai/nncore/opstest/src/ |
| H A D | nncore_utils.cpp | 22 OH_NN_UInt32Array TransformUInt32Array(const std::vector<uint32_t>& vector) in TransformUInt32Array() argument
|
| /third_party/gn/src/gn/ |
| H A D | immutable_vector.h | 36 ImmutableVectorView(const ImmutableVector<T>& vector) in ImmutableVectorView() argument
|
| /third_party/icu/vendor/double-conversion/upstream/test/cctest/ |
| H A D | test-strtod.cc | 65 Vector<const char> vector; in TEST() local 389 Vector<const char> vector; TEST() local 659 Vector<const char> vector; TEST() local 885 Vector<const char> vector; TEST() local [all...] |
| /third_party/ltp/testcases/kernel/syscalls/mincore/ |
| H A D | mincore01.c | 69 unsigned char *vector; member
|
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-handler-gen.cc | 148 auto vector = Parameter<FeedbackVector>(Descriptor::kVector); in Generate_ElementsTransitionAndStore() local 290 auto vector = Parameter<HeapObject>(Descriptor::kVector); in Generate_StoreFastElementIC() local 339 auto vector = Parameter<FeedbackVector>(Descriptor::kVector); in TF_BUILTIN() local 354 auto vector = Parameter<FeedbackVector>(Descriptor::kVector); in TF_BUILTIN() local 367 auto vector = Parameter<HeapObject>(Descriptor::kVector); TF_BUILTIN() local 389 auto vector = Parameter<HeapObject>(Descriptor::kVector); Generate_KeyedStoreIC_SloppyArguments() local 425 auto vector = Parameter<HeapObject>(Descriptor::kVector); TF_BUILTIN() local 442 auto vector = Parameter<HeapObject>(Descriptor::kVector); TF_BUILTIN() local 462 auto vector = Parameter<HeapObject>(Descriptor::kVector); TF_BUILTIN() local [all...] |
| /third_party/rust/crates/cxx/src/ |
| H A D | lib.rs | 467 pub mod vector; modules
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| H A D | vector_utils.h | 473 operator <<(std::ostream &ostream, const VectorBase<Dimension, Type> &vector) operator <<() argument 497 operator <<(std::ostream &ostream, const Vector<2, Type> &vector) operator <<() argument 510 operator <<(std::ostream &ostream, const Vector<3, Type> &vector) operator <<() argument 516 operator <<(std::ostream &ostream, const Vector<4, Type> &vector) operator <<() argument [all...] |