Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 654) sorted by relevance

12345678910>>...27

/arch/s390/hypfs/
Dhypfs_diag.c47 static inline int info_blk_hdr__size(enum diag204_format type) in info_blk_hdr__size()
55 static inline __u8 info_blk_hdr__npar(enum diag204_format type, void *hdr) in info_blk_hdr__npar()
63 static inline __u8 info_blk_hdr__flags(enum diag204_format type, void *hdr) in info_blk_hdr__flags()
71 static inline __u16 info_blk_hdr__pcpus(enum diag204_format type, void *hdr) in info_blk_hdr__pcpus()
81 static inline int part_hdr__size(enum diag204_format type) in part_hdr__size()
89 static inline __u8 part_hdr__rcpus(enum diag204_format type, void *hdr) in part_hdr__rcpus()
97 static inline void part_hdr__part_name(enum diag204_format type, void *hdr, in part_hdr__part_name()
113 static inline int cpu_info__size(enum diag204_format type) in cpu_info__size()
121 static inline __u8 cpu_info__ctidx(enum diag204_format type, void *hdr) in cpu_info__ctidx()
129 static inline __u16 cpu_info__cpu_addr(enum diag204_format type, void *hdr) in cpu_info__cpu_addr()
[all …]
/arch/tile/kernel/
Djump_label.c29 enum jump_label_type type) in __jump_label_transform()
46 enum jump_label_type type) in arch_jump_label_transform()
57 enum jump_label_type type) in arch_jump_label_transform_static()
/arch/powerpc/kvm/
Dtiming.h32 static inline void kvmppc_set_exit_type(struct kvm_vcpu *vcpu, int type) in kvmppc_set_exit_type()
44 static inline void kvmppc_set_exit_type(struct kvm_vcpu *vcpu, int type) {} in kvmppc_set_exit_type()
48 static inline void kvmppc_account_exit_stat(struct kvm_vcpu *vcpu, int type) in kvmppc_account_exit_stat()
103 static inline void kvmppc_account_exit(struct kvm_vcpu *vcpu, int type) in kvmppc_account_exit()
/arch/arm/kernel/
Djump_label.c10 enum jump_label_type type, in __arch_jump_label_transform()
28 enum jump_label_type type) in arch_jump_label_transform()
34 enum jump_label_type type) in arch_jump_label_transform_static()
/arch/mips/fw/arc/
Dmemory.c67 static inline int memtype_classify_arcs(union linux_memtypes type) in memtype_classify_arcs()
87 static inline int memtype_classify_arc(union linux_memtypes type) in memtype_classify_arc()
107 static int __init prom_memtype_classify(union linux_memtypes type) in prom_memtype_classify()
135 long type; in prom_meminit() local
/arch/x86/include/asm/
Dvvar.h27 #define DECLARE_VVAR(offset, type, name) \ argument
34 #define DECLARE_VVAR(offset, type, name) \ argument
39 #define DEFINE_VVAR(type, name) \ argument
Dhypervisor.h47 enum x86_hypervisor_type type; member
58 static inline bool hypervisor_is_type(enum x86_hypervisor_type type) in hypervisor_is_type()
64 static inline bool hypervisor_is_type(enum x86_hypervisor_type type) in hypervisor_is_type()
/arch/cris/include/arch-v10/arch/
Dunistd.h10 #define _syscall0(type,name) \ argument
27 #define _syscall1(type,name,type1,arg1) \ argument
44 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument
62 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument
81 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
102 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
125 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
/arch/cris/include/arch-v32/arch/
Dunistd.h10 #define _syscall0(type,name) \ argument
28 #define _syscall1(type,name,type1,arg1) \ argument
46 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument
65 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument
85 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
107 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
131 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
/arch/m68k/include/asm/
Dbootstd.h38 #define __bsc_return(type, res) \ argument
49 #define _bsc0(type,name) \ argument
60 #define _bsc1(type,name,atype,a) \ argument
72 #define _bsc2(type,name,atype,a,btype,b) \ argument
85 #define _bsc3(type,name,atype,a,btype,b,ctype,c) \ argument
100 #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ argument
116 #define _bsc5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ argument
/arch/x86/kernel/cpu/mtrr/
Damd.c11 unsigned long *size, mtrr_type *type) in amd_get_mtrr()
60 amd_set_mtrr(unsigned int reg, unsigned long base, unsigned long size, mtrr_type type) in amd_set_mtrr()
96 amd_validate_add_page(unsigned long base, unsigned long size, unsigned int type) in amd_validate_add_page()
/arch/alpha/include/uapi/asm/
Dioctl.h40 #define _IOC(dir,type,nr,size) \ argument
48 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument
49 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument
50 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument
51 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
/arch/arm64/kernel/
Dinsn.c302 static int __kprobes aarch64_get_imm_shift_mask(enum aarch64_insn_imm_type type, in aarch64_get_imm_shift_mask()
363 u64 aarch64_insn_decode_immediate(enum aarch64_insn_imm_type type, u32 insn) in aarch64_insn_decode_immediate()
387 u32 __kprobes aarch64_insn_encode_immediate(enum aarch64_insn_imm_type type, in aarch64_insn_encode_immediate()
421 u32 aarch64_insn_decode_register(enum aarch64_insn_register_type type, in aarch64_insn_decode_register()
450 static u32 aarch64_insn_encode_register(enum aarch64_insn_register_type type, in aarch64_insn_encode_register()
492 static u32 aarch64_insn_encode_ldst_size(enum aarch64_insn_size_type type, in aarch64_insn_encode_ldst_size()
542 enum aarch64_insn_branch_type type) in aarch64_insn_gen_branch_imm()
575 enum aarch64_insn_branch_type type) in aarch64_insn_gen_comp_branch_imm()
644 enum aarch64_insn_branch_type type) in aarch64_insn_gen_branch_reg()
670 enum aarch64_insn_ldst_type type) in aarch64_insn_gen_load_store_reg()
[all …]
Djump_label.c26 enum jump_label_type type) in arch_jump_label_transform()
43 enum jump_label_type type) in arch_jump_label_transform_static()
/arch/cris/include/arch-v32/arch/hwregs/
Dreg_rdwr.h10 #define REG_READ(type, addr) (*((volatile type *) (addr))) argument
14 #define REG_WRITE(type, addr, val) \ argument
/arch/m68k/coldfire/
Dintc-525x.c24 u32 type = irqd_get_trigger_type(d); in intc2_irq_gpio_mask() local
37 u32 type = irqd_get_trigger_type(d); in intc2_irq_gpio_unmask() local
50 u32 type = irqd_get_trigger_type(d); in intc2_irq_gpio_ack() local
/arch/sparc/include/uapi/asm/
Dioctl.h39 #define _IOC(dir,type,nr,size) \ argument
45 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument
46 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument
47 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument
48 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
/arch/mips/kernel/
Dunaligned.c111 #define _LoadHW(addr, value, res, type) \ argument
134 #define _LoadW(addr, value, res, type) \ argument
156 #define _LoadW(addr, value, res, type) \ argument
191 #define _LoadHWU(addr, value, res, type) \ argument
216 #define _LoadWU(addr, value, res, type) \ argument
260 #define _LoadWU(addr, value, res, type) \ argument
345 #define _StoreHW(addr, value, res, type) \ argument
369 #define _StoreW(addr, value, res, type) \ argument
411 #define _StoreW(addr, value, res, type) \ argument
490 #define _LoadHW(addr, value, res, type) \ argument
[all …]
/arch/alpha/include/asm/
Dcmpxchg.h10 #define ____xchg(type, args...) __xchg ## type ## _local(args) argument
11 #define ____cmpxchg(type, args...) __cmpxchg ## type ## _local(args) argument
42 #define ____xchg(type, args...) __xchg ##type(args) argument
43 #define ____cmpxchg(type, args...) __cmpxchg ##type(args) argument
/arch/metag/mm/
Dhighmem.c45 int type; in kmap_atomic() local
67 int idx, type; in __kunmap_atomic() local
98 int type; in kmap_atomic_pfn() local
/arch/s390/kernel/
Djump_label.c22 enum jump_label_type type; member
59 enum jump_label_type type, in __jump_label_transform()
90 enum jump_label_type type) in arch_jump_label_transform()
101 enum jump_label_type type) in arch_jump_label_transform_static()
/arch/frv/mm/
Dhighmem.c38 int type; in kmap_atomic() local
67 int type = kmap_atomic_idx(); in __kunmap_atomic() local
/arch/powerpc/mm/
Dhighmem.c36 int idx, type; in kmap_atomic_prot() local
59 int type; in __kunmap_atomic() local
/arch/microblaze/mm/
Dhighmem.c39 int idx, type; in kmap_atomic_prot() local
63 int type; in __kunmap_atomic() local
/arch/s390/include/uapi/asm/
Dqeth.h44 struct qeth_arp_entrytype type; member
51 struct qeth_arp_entrytype type; member
57 struct qeth_arp_entrytype type; member
63 struct qeth_arp_entrytype type; member
70 struct qeth_arp_entrytype type; member
76 struct qeth_arp_entrytype type; member
81 struct qeth_arp_entrytype type; member
86 struct qeth_arp_entrytype type; member

12345678910>>...27