| /arch/s390/hypfs/ |
| D | hypfs_diag.c | 47 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/arm/kernel/ |
| D | jump_label.c | 8 enum jump_label_type type, in __arch_jump_label_transform() 26 enum jump_label_type type) in arch_jump_label_transform() 32 enum jump_label_type type) in arch_jump_label_transform_static()
|
| /arch/powerpc/kvm/ |
| D | timing.h | 21 static inline void kvmppc_set_exit_type(struct kvm_vcpu *vcpu, int type) in kvmppc_set_exit_type() 33 static inline void kvmppc_set_exit_type(struct kvm_vcpu *vcpu, int type) {} in kvmppc_set_exit_type() 37 static inline void kvmppc_account_exit_stat(struct kvm_vcpu *vcpu, int type) in kvmppc_account_exit_stat() 92 static inline void kvmppc_account_exit(struct kvm_vcpu *vcpu, int type) in kvmppc_account_exit()
|
| /arch/x86/include/asm/ |
| D | vvar.h | 27 #define DECLARE_VVAR(offset, type, name) \ argument 34 #define DECLARE_VVAR(offset, type, name) \ argument 40 #define DEFINE_VVAR(type, name) \ argument
|
| D | hypervisor.h | 49 enum x86_hypervisor_type type; member 72 static inline bool hypervisor_is_type(enum x86_hypervisor_type type) in hypervisor_is_type() 78 static inline bool hypervisor_is_type(enum x86_hypervisor_type type) in hypervisor_is_type()
|
| /arch/mips/fw/arc/ |
| D | memory.c | 72 static inline int memtype_classify_arcs(union linux_memtypes type) in memtype_classify_arcs() 92 static inline int memtype_classify_arc(union linux_memtypes type) in memtype_classify_arc() 112 static int __init prom_memtype_classify(union linux_memtypes type) in prom_memtype_classify() 141 long type; in prom_meminit() local
|
| /arch/x86/kernel/cpu/mtrr/ |
| D | amd.c | 11 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/arm64/kernel/ |
| D | jump_label.c | 13 enum jump_label_type type) in arch_jump_label_transform() 30 enum jump_label_type type) in arch_jump_label_transform_static()
|
| D | insn.c | 228 static int __kprobes aarch64_get_imm_shift_mask(enum aarch64_insn_imm_type type, in aarch64_get_imm_shift_mask() 293 u64 aarch64_insn_decode_immediate(enum aarch64_insn_imm_type type, u32 insn) in aarch64_insn_decode_immediate() 317 u32 __kprobes aarch64_insn_encode_immediate(enum aarch64_insn_imm_type type, in aarch64_insn_encode_immediate() 351 u32 aarch64_insn_decode_register(enum aarch64_insn_register_type type, in aarch64_insn_decode_register() 380 static u32 aarch64_insn_encode_register(enum aarch64_insn_register_type type, in aarch64_insn_encode_register() 422 static u32 aarch64_insn_encode_ldst_size(enum aarch64_insn_size_type type, in aarch64_insn_encode_ldst_size() 472 enum aarch64_insn_branch_type type) in aarch64_insn_gen_branch_imm() 505 enum aarch64_insn_branch_type type) in aarch64_insn_gen_comp_branch_imm() 574 enum aarch64_insn_branch_type type) in aarch64_insn_gen_branch_reg() 600 enum aarch64_insn_ldst_type type) in aarch64_insn_gen_load_store_reg() [all …]
|
| /arch/m68k/include/asm/ |
| D | bootstd.h | 38 #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/alpha/include/uapi/asm/ |
| D | ioctl.h | 40 #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/x86/kernel/ |
| D | jump_label.c | 39 enum jump_label_type type, in __jump_label_set_jump_code() 68 enum jump_label_type type, in __jump_label_transform() 97 enum jump_label_type type) in arch_jump_label_transform() 109 enum jump_label_type type) in arch_jump_label_transform_queue() 180 enum jump_label_type type) in arch_jump_label_transform_static()
|
| /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 37 #define ____xchg(type, args...) __xchg ##type(args) argument 38 #define ____cmpxchg(type, args...) __cmpxchg ##type(args) 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/sparc/include/uapi/asm/ |
| D | ioctl.h | 39 #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/ |
| D | unaligned.c | 112 #define _LoadHW(addr, value, res, type) \ argument 135 #define _LoadW(addr, value, res, type) \ argument 157 #define _LoadW(addr, value, res, type) \ argument 192 #define _LoadHWU(addr, value, res, type) \ argument 217 #define _LoadWU(addr, value, res, type) \ argument 261 #define _LoadWU(addr, value, res, type) \ argument 346 #define _StoreHW(addr, value, res, type) \ argument 370 #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/powerpc/mm/ |
| D | highmem.c | 36 int idx, type; in kmap_atomic_prot() local 65 int type = kmap_atomic_idx(); in __kunmap_atomic() local
|
| /arch/microblaze/mm/ |
| D | highmem.c | 39 int idx, type; in kmap_atomic_prot() local 63 int type; in __kunmap_atomic() local
|
| /arch/parisc/kernel/ |
| D | jump_label.c | 22 enum jump_label_type type) in arch_jump_label_transform() 47 enum jump_label_type type) in arch_jump_label_transform_static()
|
| /arch/s390/include/uapi/asm/ |
| D | qeth.h | 44 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
|
| /arch/arm/mm/ |
| D | highmem.c | 57 int type; in kmap_atomic() local 102 int idx, type; in __kunmap_atomic() local 129 int idx, type; in kmap_atomic_pfn() local
|
| /arch/m68k/mm/ |
| D | sun3kmap.c | 31 unsigned long type) in do_page_mapin() 50 unsigned long type, int pages) in do_pmeg_mapin() 65 unsigned long type) in sun3_ioremap()
|
| /arch/arm/mach-s3c64xx/ |
| D | setup-usb-phy.c | 76 int s5p_usb_phy_init(struct platform_device *pdev, int type) in s5p_usb_phy_init() 84 int s5p_usb_phy_exit(struct platform_device *pdev, int type) in s5p_usb_phy_exit()
|
| /arch/sparc/mm/ |
| D | highmem.c | 55 long idx, type; in kmap_atomic() local 91 int type; in __kunmap_atomic() local
|
| /arch/s390/kernel/ |
| D | jump_label.c | 52 enum jump_label_type type, in __jump_label_transform() 80 enum jump_label_type type) in arch_jump_label_transform() 87 enum jump_label_type type) in arch_jump_label_transform_static()
|