Searched refs:type (Results 151 - 175 of 13787) sorted by path

1234567891011>>

/linux-master/arch/sparc/lib/
H A DNGpage.S131 .type niagara_patch_pageops,#function
H A DNGpatch.S27 .type niagara_patch_copyops,#function
H A DU1copy_from_user.S24 #define LOAD(type,addr,dest) type##a [addr] %asi, dest
H A DU1copy_to_user.S24 #define STORE(type,src,addr) type##a src, [addr] ASI_AIUS
H A DU3copy_from_user.S24 #define LOAD(type,addr,dest) type##a [addr] %asi, dest
H A DU3copy_to_user.S24 #define STORE(type,src,addr) type##a src, [addr] ASI_AIUS
H A DU3memcpy.S41 #define LOAD(type,addr,dest) type [addr], dest
45 #define STORE(type,src,addr) type src, [addr]
168 .type FUNC_NAME,#function
H A DU3patch.S27 .type cheetah_patch_copyops,#function
/linux-master/arch/sparc/math-emu/
H A Dmath_64.c144 /* If trapping, indicate fault trap type IEEE. */
172 int type = 0; local
176 #define TYPE(ftt, r, ru, b, bu, a, au) type = (au << 2) | (a << 0) | (bu << 5) | (b << 3) | (ru << 8) | (r << 6) | (ftt << 9)
358 if (type) {
364 * illegal instruction and leaves the FP trap type field of
369 if (ftt != (type >> 9))
374 switch (type & 0x3) {
386 switch (type & 0x7) {
392 switch ((type >> 3) & 0x3) {
404 switch ((type >>
[all...]
/linux-master/arch/sparc/prom/
H A Dmisc_64.c149 * format type. 'num_bytes' is the number of bytes that your idbuf
203 static long tlb_load(const char *type, unsigned long index, argument
211 args[3] = (unsigned long) type;
H A Dtree_64.c20 static phandle prom_node_to_node(const char *type, phandle node) argument
24 args[0] = (unsigned long) type;
236 /* Return the first property type for node 'node'.
261 /* Return the property type string after property type 'oprop'
/linux-master/arch/x86/boot/
H A Dprintf.c42 int type)
53 locase = (type & SMALL);
54 if (type & LEFT)
55 type &= ~ZEROPAD;
58 c = (type & ZEROPAD) ? '0' : ' ';
60 if (type & SIGN) {
65 } else if (type & PLUS) {
68 } else if (type & SPACE) {
73 if (type & SPECIAL) {
88 if (!(type
41 number(char *str, long num, int base, int size, int precision, int type) argument
[all...]
/linux-master/arch/x86/include/asm/
H A Dhypervisor.h48 /* Hypervisor type */
49 enum x86_hypervisor_type type; member in struct:hypervisor_x86
72 static inline bool hypervisor_is_type(enum x86_hypervisor_type type) argument
74 return x86_hyper_type == type;
78 static inline bool hypervisor_is_type(enum x86_hypervisor_type type) argument
80 return type == X86_HYPER_NATIVE;
H A Dmpspec_def.h69 unsigned char type; member in struct:mpc_cpu
79 unsigned char type; member in struct:mpc_bus
107 unsigned char type; member in struct:mpc_ioapic
115 unsigned char type; member in struct:mpc_intsrc
146 unsigned char type; member in struct:mpc_lintsrc
/linux-master/arch/x86/include/uapi/asm/
H A De820.h43 * ( Note that older platforms also used 6 for the same type of memory,
51 * if CONFIG_INTEL_TXT is enabled, memory of this type will be
62 __u32 type; /* type of memory segment */ member in struct:e820entry
/linux-master/arch/x86/kernel/cpu/
H A Dhypervisor.c107 x86_hyper_type = h->type;
/linux-master/arch/x86/mm/
H A Dpf_in.c119 #define CHECK_OP_TYPE(opcode, array, type) \
122 rv = type; \
/linux-master/arch/x86/pci/
H A Ddirect.c13 * (4096 bytes per PCI function) configuration space with type 1
90 * Functions for accessing PCI configuration space with type 2 accesses
263 void __init pci_direct_init(int type) argument
265 if (type == 0)
267 printk(KERN_INFO "PCI: Using configuration type %d for base access\n",
268 type);
269 if (type == 1) {
275 printk(KERN_INFO "PCI: Using configuration type 1 "
/linux-master/crypto/asymmetric_keys/
H A Dasymmetric_keys.h2 /* Internal definitions for asymmetric key type
8 #include <keys/asymmetric-type.h>
H A Dpkcs7_key_type.c13 #include <linux/key-type.h>
14 #include <keys/user-type.h>
17 MODULE_DESCRIPTION("PKCS#7 testing key type");
56 pr_err("Invalid usage type %d\n", usage);
/linux-master/drivers/acpi/
H A Dacpi_adxl.c56 if (o->type != ACPI_TYPE_INTEGER) {
57 pr_info("Bad 1st element type %d\n", o->type);
66 if (o->type != ACPI_TYPE_PACKAGE) {
67 pr_info("Bad 2nd element type %d\n", o->type);
111 argv4[0].type = ACPI_TYPE_PACKAGE;
114 argv4[1].integer.type = ACPI_TYPE_INTEGER;
H A Dacpi_lpat.c84 * Parse LPAT table to a struct of type acpi_lpat_table. On success
103 if (!obj_p || (obj_p->type != ACPI_TYPE_PACKAGE) ||
113 if (obj_e->type != ACPI_TYPE_INTEGER) {
/linux-master/drivers/acpi/acpica/
H A Ddbtest.c255 * byte length. Map the type to one of Integer/String/Buffer.
257 switch (node->type) {
318 acpi_ut_get_type_name(node->type), node->name.ascii);
355 acpi_os_printf(" Ignoring, type not implemented (%2.2X)",
420 write_value.type = ACPI_TYPE_INTEGER;
545 write_value.type = ACPI_TYPE_BUFFER;
638 write_value.type = ACPI_TYPE_STRING;
795 * expected_type - Object type expected from the read
818 params[0].type = ACPI_TYPE_LOCAL_REFERENCE;
819 params[0].reference.actual_type = node->type;
[all...]
H A Ddbutils.c111 switch (obj_desc->type) {
180 acpi_os_printf("[Unknown Type] %X\n", obj_desc->type);
H A Ddsmthdat.c19 acpi_ds_method_data_delete_value(u8 type,
23 acpi_ds_method_data_set_value(u8 type,
69 walk_state->arguments[i].type = ACPI_TYPE_ANY;
82 walk_state->local_variables[i].type = ACPI_TYPE_ANY;
200 * PARAMETERS: type - Either ACPI_REFCLASS_LOCAL or
202 * index - Which Local or Arg whose type to get
213 acpi_ds_method_data_get_node(u8 type, argument
223 switch (type) {
254 ACPI_ERROR((AE_INFO, "Type %u is invalid", type));
265 * PARAMETERS: type
279 acpi_ds_method_data_set_value(u8 type, u32 index, union acpi_operand_object *object, struct acpi_walk_state *walk_state) argument
333 acpi_ds_method_data_get_value(u8 type, u32 index, struct acpi_walk_state *walk_state, union acpi_operand_object **dest_desc) argument
439 acpi_ds_method_data_delete_value(u8 type, u32 index, struct acpi_walk_state *walk_state) argument
498 acpi_ds_store_object_to_local(u8 type, u32 index, union acpi_operand_object *obj_desc, struct acpi_walk_state *walk_state) argument
[all...]

Completed in 241 milliseconds

1234567891011>>