/arch/mips/kernel/ |
D | unaligned.c | 110 #define _LoadHW(addr, value, res, type) \ argument 133 #define _LoadW(addr, value, res, type) \ argument 155 #define _LoadW(addr, value, res, type) \ argument 190 #define _LoadHWU(addr, value, res, type) \ argument 215 #define _LoadWU(addr, value, res, type) \ argument 259 #define _LoadWU(addr, value, res, type) \ argument 344 #define _StoreHW(addr, value, res, type) \ argument 368 #define _StoreW(addr, value, res, type) \ argument 410 #define _StoreW(addr, value, res, type) \ argument 489 #define _LoadHW(addr, value, res, type) \ argument [all …]
|
/arch/powerpc/kvm/ |
D | timing.h | 32 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/ |
D | jump_label.c | 10 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/ |
D | memory.c | 66 static inline int memtype_classify_arcs(union linux_memtypes type) in memtype_classify_arcs() 86 static inline int memtype_classify_arc(union linux_memtypes type) in memtype_classify_arc() 106 static int __init prom_memtype_classify(union linux_memtypes type) in prom_memtype_classify() 134 long type; in prom_meminit() local
|
/arch/x86/include/asm/ |
D | vvar.h | 27 #define DECLARE_VVAR(offset, type, name) \ argument 34 #define DECLARE_VVAR(offset, type, name) \ argument 39 #define DEFINE_VVAR(type, name) \ argument
|
/arch/s390/kernel/ |
D | jump_label.c | 22 enum jump_label_type type; member 26 enum jump_label_type type) in __jump_label_transform() 54 enum jump_label_type type) in arch_jump_label_transform() 65 enum jump_label_type type) in arch_jump_label_transform_static()
|
/arch/ia64/include/asm/ |
D | paravirt_privop.h | 243 #define PARAVIRT_TYPE(type) \ argument 299 #define PARAVIRT_BR0(op, type) \ argument 307 #define PARAVIRT_BR0_RET(op, type) \ argument 315 #define PARAVIRT_BR1(op, type, arg1) \ argument 324 #define PARAVIRT_BR1_RET(op, type, arg1) \ argument 333 #define PARAVIRT_BR1_VOID(op, type, arg1) \ argument 342 #define PARAVIRT_BR2(op, type, arg1, arg2) \ argument 354 #define PARAVIRT_DEFINE_CPU_OP0(op, type) \ argument 361 #define PARAVIRT_DEFINE_CPU_OP0_RET(op, type) \ argument 369 #define PARAVIRT_DEFINE_CPU_OP1_VOID(op, type) \ argument [all …]
|
D | paravirt_patch.h | 47 unsigned long type; member 64 unsigned long type; member 71 unsigned long type; member 85 unsigned long type; member 90 unsigned long type; member
|
/arch/cris/include/arch-v32/arch/ |
D | unistd.h | 9 #define _syscall0(type,name) \ argument 27 #define _syscall1(type,name,type1,arg1) \ argument 45 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument 64 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument 84 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument 106 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument 130 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
|
/arch/cris/include/arch-v10/arch/ |
D | unistd.h | 9 #define _syscall0(type,name) \ argument 26 #define _syscall1(type,name,type1,arg1) \ argument 43 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument 61 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument 80 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument 101 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument 124 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
|
/arch/arm64/kernel/ |
D | insn.c | 276 static int __kprobes aarch64_get_imm_shift_mask(enum aarch64_insn_imm_type type, in aarch64_get_imm_shift_mask() 337 u64 aarch64_insn_decode_immediate(enum aarch64_insn_imm_type type, u32 insn) in aarch64_insn_decode_immediate() 361 u32 __kprobes aarch64_insn_encode_immediate(enum aarch64_insn_imm_type type, in aarch64_insn_encode_immediate() 392 static u32 aarch64_insn_encode_register(enum aarch64_insn_register_type type, in aarch64_insn_encode_register() 430 static u32 aarch64_insn_encode_ldst_size(enum aarch64_insn_size_type type, in aarch64_insn_encode_ldst_size() 477 enum aarch64_insn_branch_type type) in aarch64_insn_gen_branch_imm() 508 enum aarch64_insn_branch_type type) in aarch64_insn_gen_comp_branch_imm() 572 enum aarch64_insn_branch_type type) in aarch64_insn_gen_branch_reg() 598 enum aarch64_insn_ldst_type type) in aarch64_insn_gen_load_store_reg() 630 enum aarch64_insn_ldst_type type) in aarch64_insn_gen_load_store_pair() [all …]
|
D | jump_label.c | 26 enum jump_label_type type) in arch_jump_label_transform() 43 enum jump_label_type type) in arch_jump_label_transform_static()
|
/arch/m68k/include/asm/ |
D | bootstd.h | 37 #define __bsc_return(type, res) \ argument 48 #define _bsc0(type,name) \ argument 59 #define _bsc1(type,name,atype,a) \ argument 71 #define _bsc2(type,name,atype,a,btype,b) \ argument 84 #define _bsc3(type,name,atype,a,btype,b,ctype,c) \ argument 99 #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ argument 115 #define _bsc5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ argument
|
/arch/x86/kernel/cpu/mtrr/ |
D | amd.c | 10 unsigned long *size, mtrr_type *type) in amd_get_mtrr() 59 amd_set_mtrr(unsigned int reg, unsigned long base, unsigned long size, mtrr_type type) in amd_set_mtrr() 95 amd_validate_add_page(unsigned long base, unsigned long size, unsigned int type) in amd_validate_add_page()
|
/arch/alpha/include/uapi/asm/ |
D | ioctl.h | 39 #define _IOC(dir,type,nr,size) \ argument 47 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument 48 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument 49 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument 50 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
|
/arch/sparc/include/uapi/asm/ |
D | ioctl.h | 38 #define _IOC(dir,type,nr,size) \ argument 44 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument 45 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument 46 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument 47 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
|
/arch/m68k/coldfire/ |
D | intc-525x.c | 24 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/cris/include/arch-v32/arch/hwregs/ |
D | reg_rdwr.h | 9 #define REG_READ(type, addr) (*((volatile type *) (addr))) argument 13 #define REG_WRITE(type, addr, val) \ argument
|
/arch/alpha/include/asm/ |
D | cmpxchg.h | 9 #define ____xchg(type, args...) __xchg ## type ## _local(args) argument 10 #define ____cmpxchg(type, args...) __cmpxchg ## type ## _local(args) argument 41 #define ____xchg(type, args...) __xchg ##type(args) argument 42 #define ____cmpxchg(type, args...) __cmpxchg ##type(args) argument
|
/arch/ia64/kernel/ |
D | paravirtentry.S | 38 #define BRANCH(targ, reg, breg, type) \ argument 48 #define BRANCH_PROC(sym, reg, breg, type) \ argument 54 #define BRANCH_PROC_UNWINFO(sym, reg, breg, type) \ argument
|
/arch/s390/include/uapi/asm/ |
D | qeth.h | 43 struct qeth_arp_entrytype type; member 50 struct qeth_arp_entrytype type; member 56 struct qeth_arp_entrytype type; member 62 struct qeth_arp_entrytype type; member 69 struct qeth_arp_entrytype type; member 75 struct qeth_arp_entrytype type; member 80 struct qeth_arp_entrytype type; member 85 struct qeth_arp_entrytype type; member
|
/arch/powerpc/mm/ |
D | highmem.c | 35 int idx, type; in kmap_atomic_prot() local 58 int type; in __kunmap_atomic() local
|
/arch/microblaze/mm/ |
D | highmem.c | 38 int idx, type; in kmap_atomic_prot() local 62 int type; in __kunmap_atomic() local
|
/arch/arm/mach-s3c64xx/ |
D | setup-usb-phy.c | 77 int s5p_usb_phy_init(struct platform_device *pdev, int type) in s5p_usb_phy_init() 85 int s5p_usb_phy_exit(struct platform_device *pdev, int type) in s5p_usb_phy_exit()
|
/arch/frv/mm/ |
D | highmem.c | 43 int type; in kmap_atomic() local 71 int type = kmap_atomic_idx(); in __kunmap_atomic() local
|