Searched refs:feature (Results 1 - 25 of 57) sorted by relevance

123

/haiku/src/add-ons/accelerants/framebuffer/
H A Dhooks.cpp15 get_accelerant_hook(uint32 feature, void* data) argument
17 switch (feature) {
/haiku/src/add-ons/accelerants/virtio/
H A Dhooks.cpp15 get_accelerant_hook(uint32 feature, void* data) argument
17 switch (feature) {
/haiku/src/add-ons/accelerants/et6x00/
H A DGetAccelerantHook.c11 * The standard entry point. Given a uint32 feature identifier, this routine
12 * returns a pointer to the function that implements the feature. Some features
14 * function. The extra information (which is specific to the feature) is
19 void *get_accelerant_hook(uint32 feature, void *data) { argument
23 switch (feature) {
28 * requested. All other feature hook selections can be predicated
64 /* Return a null pointer for any feature we don't understand. */
/haiku/src/add-ons/accelerants/radeon_hd/
H A Dhooks.cpp16 get_accelerant_hook(uint32 feature, void* data) argument
18 switch (feature) {
/haiku/src/system/kernel/arch/x86/
H A Darch_cpu.cpp353 if (cpu->arch.feature[FEATURE_COMMON] & IA32_FEATURE_FPU)
355 if (cpu->arch.feature[FEATURE_COMMON] & IA32_FEATURE_VME)
357 if (cpu->arch.feature[FEATURE_COMMON] & IA32_FEATURE_DE)
359 if (cpu->arch.feature[FEATURE_COMMON] & IA32_FEATURE_PSE)
361 if (cpu->arch.feature[FEATURE_COMMON] & IA32_FEATURE_TSC)
363 if (cpu->arch.feature[FEATURE_COMMON] & IA32_FEATURE_MSR)
365 if (cpu->arch.feature[FEATURE_COMMON] & IA32_FEATURE_PAE)
367 if (cpu->arch.feature[FEATURE_COMMON] & IA32_FEATURE_MCE)
369 if (cpu->arch.feature[FEATURE_COMMON] & IA32_FEATURE_CX8)
371 if (cpu->arch.feature[FEATURE_COMMO
[all...]
/haiku/src/add-ons/accelerants/matrox/
H A DGetAccelerantHook.c15 The standard entry point. Given a uint32 feature identifier, this routine
16 returns a pointer to the function that implements the feature. Some features
18 function. The extra information (which is specific to the feature) is
35 void * get_accelerant_hook(uint32 feature, void *data) argument
37 switch (feature)
41 subsequently called before any other hook is requested. All other feature
125 /* Return a null pointer for any feature we don't understand. */
134 status_t check_overlay_capability(uint32 feature) argument
139 switch (feature)
185 status_t check_acc_capability(uint32 feature) argument
[all...]
/haiku/src/add-ons/accelerants/neomagic/
H A DGetAccelerantHook.c14 The standard entry point. Given a uint32 feature identifier, this routine
15 returns a pointer to the function that implements the feature. Some features
17 function. The extra information (which is specific to the feature) is
34 void * get_accelerant_hook(uint32 feature, void *data) argument
36 switch (feature)
40 subsequently called before any other hook is requested. All other feature
124 /* Return a null pointer for any feature we don't understand. */
133 status_t check_overlay_capability(uint32 feature) argument
138 switch (feature)
184 status_t check_acc_capability(uint32 feature) argument
[all...]
/haiku/src/add-ons/accelerants/skeleton/
H A DGetAccelerantHook.c15 The standard entry point. Given a uint32 feature identifier, this routine
16 returns a pointer to the function that implements the feature. Some features
18 function. The extra information (which is specific to the feature) is
35 void * get_accelerant_hook(uint32 feature, void *data) argument
37 switch (feature)
41 subsequently called before any other hook is requested. All other feature
125 /* Return a null pointer for any feature we don't understand. */
134 status_t check_overlay_capability(uint32 feature) argument
139 switch (feature)
179 status_t check_acc_capability(uint32 feature) argument
[all...]
/haiku/src/add-ons/accelerants/via/
H A DGetAccelerantHook.c15 The standard entry point. Given a uint32 feature identifier, this routine
16 returns a pointer to the function that implements the feature. Some features
18 function. The extra information (which is specific to the feature) is
35 void * get_accelerant_hook(uint32 feature, void *data) argument
37 switch (feature)
41 subsequently called before any other hook is requested. All other feature
125 /* Return a null pointer for any feature we don't understand. */
134 status_t check_overlay_capability(uint32 feature) argument
139 switch (feature)
183 status_t check_acc_capability(uint32 feature) argument
[all...]
/haiku/src/add-ons/accelerants/intel_810/
H A Dhooks.cpp14 get_accelerant_hook(uint32 feature, void* data) argument
19 switch (feature) {
85 return NULL; // Return null pointer for any feature not handled above
/haiku/src/add-ons/accelerants/nvidia/
H A DGetAccelerantHook.c15 The standard entry point. Given a uint32 feature identifier, this routine
16 returns a pointer to the function that implements the feature. Some features
18 function. The extra information (which is specific to the feature) is
39 void * get_accelerant_hook(uint32 feature, void *data) argument
41 switch (feature)
45 subsequently called before any other hook is requested. All other feature
133 /* Return a null pointer for any feature we don't understand. */
143 status_t check_overlay_capability(uint32 feature) argument
148 switch (feature)
195 status_t check_acc_capability(uint32 feature) argument
[all...]
/haiku/src/system/kernel/arch/x86/32/
H A Dsyscalls.cpp38 all_cpus_have_feature(enum x86_feature_type type, int feature) argument
44 if (!(gCPU[i].arch.feature[type] & feature))
/haiku/src/add-ons/accelerants/3dfx/
H A Dhooks.cpp13 get_accelerant_hook(uint32 feature, void* data) argument
17 switch (feature) {
123 return NULL; // Return null pointer for any feature not handled above
/haiku/src/add-ons/accelerants/ati/
H A Dhooks.cpp13 get_accelerant_hook(uint32 feature, void* data) argument
17 switch (feature) {
121 return NULL; // Return null pointer for any feature not handled above
/haiku/src/add-ons/accelerants/s3/
H A Dhooks.cpp13 get_accelerant_hook(uint32 feature, void* data) argument
19 switch (feature) {
77 return NULL; // Return null pointer for any feature not handled above
/haiku/src/add-ons/accelerants/radeon/
H A DGetAccelerantHook.c15 The standard entry point. Given a uint32 feature identifier, this routine
16 returns a pointer to the function that implements the feature. Some features
18 function. The extra information (which is specific to the feature) is
25 get_accelerant_hook(uint32 feature, void *data) argument
29 switch (feature) {
38 subsequently called before any other hook is requested. All other feature
/haiku/src/add-ons/kernel/bus_managers/virtio/
H A DVirtioDevice.cpp11 virtio_get_feature_name(uint64 feature) argument
13 switch (feature) {
23 return "bad feature";
157 VirtioDevice::ClearFeature(uint64 feature) argument
159 fFeatures &= ~feature;
312 uint64 feature = features & (1ULL << i); local
313 if (feature == 0)
315 const char* name = virtio_get_feature_name(feature);
317 name = get_feature_name(feature);
/haiku/src/add-ons/accelerants/intel_extreme/
H A Dhooks.cpp15 get_accelerant_hook(uint32 feature, void* data) argument
17 switch (feature) {
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dsata_request.cpp98 sata_request::SetFeature(uint16 feature) argument
100 fFis[3] = (uint8)(feature & 0xff);
101 fFis[11] = (uint8)(feature >> 8);
H A Dsata_request.h26 void SetFeature(uint16 feature);
/haiku/src/add-ons/accelerants/neomagic/engine/
H A Dnm_proto.h57 status_t check_acc_capability(uint32 feature);
70 status_t check_overlay_capability(uint32 feature);
/haiku/src/add-ons/kernel/busses/random/virtio/
H A DVirtioRNGDevice.cpp17 get_feature_name(uint64 feature) argument
19 switch (feature) {
/haiku/src/add-ons/kernel/drivers/audio/virtio/
H A Dvirtio_sound.cpp34 get_feature_name(uint32 feature) argument
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_admin.c121 * Get a controller feature.
125 enum nvme_feat feature,
136 cmd.cdw10 = (sel << 8) | feature;
155 * Set a feature.
159 enum nvme_feat feature,
171 cmd.cdw10 = feature;
123 nvme_admin_get_feature(struct nvme_ctrlr *ctrlr, enum nvme_feat_sel sel, enum nvme_feat feature, uint32_t cdw11, uint32_t *attributes) argument
157 nvme_admin_set_feature(struct nvme_ctrlr *ctrlr, bool save, enum nvme_feat feature, uint32_t cdw11, uint32_t cdw12, uint32_t *attributes) argument
/haiku/src/add-ons/kernel/busses/virtio/virtio_mmio/
H A Dvirtio_mmio.cpp36 virtio_get_feature_name(uint64 feature) argument
38 switch (feature) {
48 return "bad feature";
60 uint64 feature = features & (1 << i); local
61 if (feature == 0)
63 const char* name = virtio_get_feature_name(feature);
65 name = get_feature_name(feature);
398 virtio_device_clear_feature(virtio_device cookie, uint64 feature) argument

Completed in 128 milliseconds

123