Searched refs:features (Results 151 - 175 of 1431) sorted by path

1234567891011>>

/linux-master/arch/powerpc/sysdev/
H A Dfsl_msi.c399 const struct fsl_msi_feature *features; local
404 features = device_get_match_data(&dev->dev);
428 if ((features->fsl_pic_ip & FSL_PIC_IP_MASK) != FSL_PIC_IP_VMPIC) {
444 features->msiir_offset + (res.start & 0xfffff);
451 msi->msiir_offset = features->msiir_offset +
457 msi->feature = features->fsl_pic_ip;
460 if ((features->fsl_pic_ip & FSL_PIC_IP_MASK) == FSL_PIC_IP_MPIC
/linux-master/arch/s390/include/uapi/asm/
H A Ddasd.h49 unsigned int features; /* dasd features like 'ro',... */ member in struct:dasd_information2_t
70 * values to be used for dasd_information_t.features
71 * 0x100: default features
/linux-master/arch/s390/kernel/
H A Dtime.c162 cd->features = CLOCK_EVT_FEAT_ONESHOT;
/linux-master/arch/sh/include/asm/
H A Dprocessor.h5 #include <asm/cpu-features.h>
/linux-master/arch/sparc/kernel/
H A Dleon_kernel.c317 sparc_config.features |= FEAT_L10_CLOCKSOURCE;
320 sparc_config.features |= FEAT_L10_CLOCKEVENT;
H A Dpcic.c715 sparc_config.features |= FEAT_L10_CLOCKEVENT;
717 sparc_config.features |= FEAT_L10_CLOCKSOURCE;
H A Dsun4m_irq.c390 sparc_config.features |= FEAT_L14_ONESHOT;
393 sparc_config.features |= FEAT_L10_CLOCKEVENT;
395 sparc_config.features |= FEAT_L10_CLOCKSOURCE;
H A Dtime_32.c126 ce->features = CLOCK_EVT_FEAT_PERIODIC;
214 unsigned int features = CLOCK_EVT_FEAT_PERIODIC; local
216 if (sparc_config.features & FEAT_L14_ONESHOT)
217 features |= CLOCK_EVT_FEAT_ONESHOT;
221 ce->features = features;
330 if (sparc_config.features & FEAT_L10_CLOCKEVENT)
332 if (sparc_config.features & FEAT_L10_CLOCKSOURCE)
347 sparc_config.features = 0;
/linux-master/arch/um/drivers/
H A Dvector_kern.c1341 netdev_features_t features)
1343 features &= ~(NETIF_F_IP_CSUM|NETIF_F_IPV6_CSUM);
1344 return features;
1348 netdev_features_t features)
1355 if (features & NETIF_F_GRO)
1632 dev->features = dev->hw_features = (NETIF_F_SG | NETIF_F_FRAGLIST);
1340 vector_fix_features(struct net_device *dev, netdev_features_t features) argument
1347 vector_set_features(struct net_device *dev, netdev_features_t features) argument
H A Dvector_transports.c410 vp->dev->features |=
430 vp->dev->features |=
455 vp->dev->features |=
H A Dvector_user.c505 unsigned int features; local
508 if (ioctl(fd, TUNGETFEATURES, &features) == -1) {
512 if ((features & IFF_VNET_HDR) == 0) {
H A Dvirtio_uml.c57 u64 features; member in struct:virtio_uml_device
239 * e.g. to read the features. In these cases, don't request an ACK as
312 u64 *features)
319 return vhost_user_recv_u64(vu_dev, features);
323 u64 features)
325 return vhost_user_send_u64(vu_dev, VHOST_USER_SET_FEATURES, features);
496 rc = vhost_user_get_features(vu_dev, &vu_dev->features);
500 if (vu_dev->features & BIT_ULL(VHOST_USER_F_PROTOCOL_FEATURES)) {
767 if (!(vu_dev->features & BIT_ULL(VHOST_USER_F_PROTOCOL_FEATURES)))
882 u64 features; local
311 vhost_user_get_features(struct virtio_uml_device *vu_dev, u64 *features) argument
322 vhost_user_set_features(struct virtio_uml_device *vu_dev, u64 features) argument
[all...]
/linux-master/arch/um/kernel/
H A Dtime.c702 .features = CLOCK_EVT_FEAT_PERIODIC |
/linux-master/arch/x86/boot/
H A Dcpucheck.c10 * Check for obligatory CPU features and abort if the features are not
27 #include <asm/required-features.h>
H A Dcpuflags.c6 #include <asm/required-features.h>
/linux-master/arch/x86/hyperv/
H A Dhv_init.c173 * Check for required features and privileges to make TSC frequency
176 return ms_hyperv.features & HV_ACCESS_FREQUENCY_MSRS &&
178 ms_hyperv.features & HV_ACCESS_REENLIGHTENMENT;
H A Dhv_spinlock.c74 !(ms_hyperv.features & HV_MSR_GUEST_IDLE_AVAILABLE)) {
/linux-master/arch/x86/include/asm/
H A Dcpufeatures.h6 #include <asm/required-features.h>
10 #include <asm/disabled-features.h>
24 * When adding new features here that depend on other features,
28 /* Intel-defined CPU features, CPUID level 0x00000001 (EDX), word 0 */
60 /* AMD-defined CPU features, CPUID level 0x80000001, word 1 */
73 /* Transmeta-defined CPU features, CPUID level 0x80860001, word 2 */
78 /* Other features, Linux-defined mapping, word 3 */
113 /* Intel-defined CPU features, CPUID level 0x00000001 (ECX), word 4 */
146 /* VIA/Cyrix/Centaur-defined CPU features, CPUI
[all...]
H A Dhyperv-tlfs.h129 * CPU management features identification.
144 /* Nested features. These are HYPERV_CPUID_NESTED_FEATURES.EAX bits. */
149 /* Nested features #2. These are HYPERV_CPUID_NESTED_FEATURES.EBX bits. */
391 /* Hyper-V Enlightened VMCS version mask in nested features CPUID */
404 } features; member in struct:hv_nested_enlightenments_control
H A Dkvm_host.h872 * Track whether or not the guest is allowed to use features that are
875 * not always, governed features can be used by the guest if and only
1026 u32 features; member in struct:kvm_vcpu_arch::__anon81
1029 * indicates whether pv emulation should be disabled if features
H A Dprocessor.h500 unsigned long features; member in struct:thread_struct
/linux-master/arch/x86/include/asm/xen/
H A Dpage.h17 #include <xen/features.h>
/linux-master/arch/x86/kernel/apic/
H A Dapic.c437 if (evt->features & CLOCK_EVT_FEAT_DUMMY)
451 if (evt->features & CLOCK_EVT_FEAT_DUMMY)
484 .features = CLOCK_EVT_FEAT_PERIODIC |
564 lapic_clockevent.features &= ~CLOCK_EVT_FEAT_C3STOP;
574 levt->features &= ~(CLOCK_EVT_FEAT_PERIODIC |
801 lapic_clockevent.features &= ~CLOCK_EVT_FEAT_DUMMY;
906 levt->features &= ~CLOCK_EVT_FEAT_DUMMY;
941 levt->features |= CLOCK_EVT_FEAT_DUMMY;
945 if (levt->features & CLOCK_EVT_FEAT_DUMMY) {
988 lapic_clockevent.features
1943 u32 features, h, l; local
[all...]
/linux-master/arch/x86/kernel/cpu/
H A Dmshyperv.c244 /* HYPERCALL and VP_INDEX MSRs are mandatory for all features. */
379 * Extract the features and hints
381 ms_hyperv.features = cpuid_eax(HYPERV_CPUID_FEATURES);
389 ms_hyperv.features, ms_hyperv.priv_high, ms_hyperv.hints,
402 * features and use the ReservedIdentityBit to detect if Linux is the
423 if (ms_hyperv.features & HV_ACCESS_FREQUENCY_MSRS &&
453 ms_hyperv.features &= ~HV_MSR_REFERENCE_TSC_AVAILABLE;
469 pr_info("Hyper-V: Nested features: 0x%x\n",
474 if (ms_hyperv.features & HV_ACCESS_FREQUENCY_MSRS &&
504 if (ms_hyperv.features
[all...]
H A Dproc.c182 static void dump_x86_features(struct seq_file *m, unsigned long features) argument
184 if (features & ARCH_SHSTK_SHSTK)
186 if (features & ARCH_SHSTK_WRSS)
193 dump_x86_features(m, task->thread.features);

Completed in 289 milliseconds

1234567891011>>