/arch/arc/mm/ |
D | cache.c | 85 unsigned int pad:24, way:2, lsz:2, sz:4; in read_decode_cache_bcr_arcv2() member 137 unsigned int pad:12, line_len:4, sz:4, config:4, ver:8; in read_decode_cache_bcr() member 240 unsigned long sz, const int op, const int full_page) in __cache_line_loop_v2() 285 unsigned long sz, const int op, const int full_page) in __cache_line_loop_v3() 356 unsigned long sz, const int op, const int full_page) in __cache_line_loop_v4() 410 unsigned long sz, const int op, const int full_page) in __cache_line_loop_v4() 564 #define __dc_line_op_k(p, sz, op) __dc_line_op(p, p, sz, op) argument 570 unsigned long sz, const int op) in __dc_line_op() 591 #define __dc_line_op(paddr, vaddr, sz, op) argument 592 #define __dc_line_op_k(paddr, sz, op) argument [all …]
|
/arch/mips/include/asm/ |
D | mips-gic.h | 34 #define GIC_ACCESSOR_RO(sz, off, name) \ argument 38 #define GIC_ACCESSOR_RW(sz, off, name) \ argument 42 #define GIC_VX_ACCESSOR_RO(sz, off, name) \ argument 47 #define GIC_VX_ACCESSOR_RW(sz, off, name) \ argument 52 #define GIC_ACCESSOR_RO_INTR_REG(sz, off, stride, name) \ argument 65 #define GIC_ACCESSOR_RW_INTR_REG(sz, off, stride, name) \ argument 76 #define GIC_VX_ACCESSOR_RO_INTR_REG(sz, off, stride, name) \ argument 83 #define GIC_VX_ACCESSOR_RW_INTR_REG(sz, off, stride, name) \ argument 154 #define GIC_VX_ACCESSOR_RO_INTR_BIT(sz, off, name) \ argument 161 #define GIC_VX_ACCESSOR_RW_INTR_BIT(sz, off, name) \ argument
|
D | mips-cps.h | 26 #define CPS_ACCESSOR_R(unit, sz, name) \ argument 49 #define CPS_ACCESSOR_W(unit, sz, name) \ argument 74 #define CPS_ACCESSOR_M(unit, sz, name) \ argument 94 #define CPS_ACCESSOR_RO(unit, sz, off, name) \ argument 98 #define CPS_ACCESSOR_WO(unit, sz, off, name) \ argument 102 #define CPS_ACCESSOR_RW(unit, sz, off, name) \ argument
|
D | mips-cpc.h | 68 #define CPC_ACCESSOR_RO(sz, off, name) \ argument 72 #define CPC_ACCESSOR_RW(sz, off, name) \ argument 76 #define CPC_CX_ACCESSOR_RO(sz, off, name) \ argument 80 #define CPC_CX_ACCESSOR_RW(sz, off, name) \ argument
|
D | mips-cm.h | 117 #define GCR_ACCESSOR_RO(sz, off, name) \ argument 121 #define GCR_ACCESSOR_RW(sz, off, name) \ argument 125 #define GCR_CX_ACCESSOR_RO(sz, off, name) \ argument 129 #define GCR_CX_ACCESSOR_RW(sz, off, name) \ argument
|
/arch/arm64/crypto/ |
D | aes-cipher-core.S | 77 .macro fround, out0, out1, out2, out3, in0, in1, in2, in3, sz=2, op 82 .macro iround, out0, out1, out2, out3, in0, in1, in2, in3, sz=2, op
|
/arch/arm/include/asm/ |
D | bitops.h | 200 #define find_first_zero_bit(p,sz) _find_first_zero_bit_le(p,sz) argument 201 #define find_next_zero_bit(p,sz,off) _find_next_zero_bit_le(p,sz,off) argument 202 #define find_first_bit(p,sz) _find_first_bit_le(p,sz) argument 203 #define find_next_bit(p,sz,off) _find_next_bit_le(p,sz,off) argument 209 #define find_first_zero_bit(p,sz) _find_first_zero_bit_be(p,sz) argument 210 #define find_next_zero_bit(p,sz,off) _find_next_zero_bit_be(p,sz,off) argument 211 #define find_first_bit(p,sz) _find_first_bit_be(p,sz) argument 212 #define find_next_bit(p,sz,off) _find_next_bit_be(p,sz,off) argument
|
/arch/sh/mm/ |
D | hugetlbpage.c | 26 unsigned long addr, unsigned long sz) in huge_pte_alloc() 47 unsigned long addr, unsigned long sz) in huge_pte_offset()
|
/arch/mips/mm/ |
D | hugetlbpage.c | 25 unsigned long sz) in huge_pte_alloc() 40 unsigned long sz) in huge_pte_offset()
|
/arch/arm/crypto/ |
D | aes-cipher-core.S | 95 .macro fround, out0, out1, out2, out3, in0, in1, in2, in3, sz=2, op, oldcpsr 100 .macro iround, out0, out1, out2, out3, in0, in1, in2, in3, sz=2, op, oldcpsr
|
/arch/x86/include/asm/ |
D | setup.h | 104 #define RESERVE_BRK(name,sz) \ argument 133 #define RESERVE_BRK(name,sz) \ argument
|
/arch/metag/kernel/ |
D | cachepart.c | 28 unsigned int sz = 0x1000 << ((config2 & METAC_CORECFG2_DCSZ_BITS) in get_dcache_size() local 38 unsigned int sz = 0x1000 << ((config2 & METAC_CORE_C2ICSZ_BITS) in get_icache_size() local
|
/arch/arc/include/asm/ |
D | uaccess.h | 53 #define __user_ok(addr, sz) (((sz) <= TASK_SIZE) && \ argument 55 #define __access_ok(addr, sz) (unlikely(__kernel_ok) || \ argument 60 #define __get_user_fn(sz, u, k) \ argument 121 #define __put_user_fn(sz, u, k) \ argument
|
/arch/mips/kernel/ |
D | cps-vec-ns16550.S | 179 #define DUMP_COP0_REG(reg, name, sz, _mfc0) \ argument
|
/arch/sparc/include/asm/ |
D | io_32.h | 10 #define memset_io(d,c,sz) _memset_io(d,c,sz) argument 11 #define memcpy_fromio(d,s,sz) _memcpy_fromio(d,s,sz) argument 12 #define memcpy_toio(d,s,sz) _memcpy_toio(d,s,sz) argument
|
/arch/arm/mach-s3c24xx/include/mach/ |
D | io.h | 36 #define DECLARE_DYN_OUT(sz,fnsuffix,instr) \ argument 51 #define DECLARE_DYN_IN(sz,fnsuffix,instr) \ argument 71 #define DECLARE_IO(sz,fnsuffix,instr) \ argument
|
/arch/powerpc/platforms/cell/spufs/ |
D | coredump.c | 55 int i, sz, total = 0; in spufs_ctx_note_size() local 135 int sz, rc, total = 0; in spufs_arch_write_note() local
|
/arch/ia64/mm/ |
D | hugetlbpage.c | 29 huge_pte_alloc(struct mm_struct *mm, unsigned long addr, unsigned long sz) in huge_pte_alloc() 48 huge_pte_offset (struct mm_struct *mm, unsigned long addr, unsigned long sz) in huge_pte_offset()
|
/arch/metag/mm/ |
D | hugetlbpage.c | 61 unsigned long addr, unsigned long sz) in huge_pte_alloc() 79 unsigned long addr, unsigned long sz) in huge_pte_offset()
|
/arch/arm64/mm/ |
D | hugetlbpage.c | 195 pte_t *ptep, pte_t pte, unsigned long sz) in set_huge_swap_pte_at() 207 unsigned long addr, unsigned long sz) in huge_pte_alloc() 253 unsigned long addr, unsigned long sz) in huge_pte_offset() 307 pte_t *ptep, unsigned long sz) in huge_pte_clear()
|
/arch/arm/mm/ |
D | mmu.c | 722 static void __init *early_alloc_aligned(unsigned long sz, unsigned long align) in early_alloc_aligned() 729 static void __init *early_alloc(unsigned long sz) in early_alloc() 734 static void *__init late_alloc(unsigned long sz) in late_alloc() 745 void *(*alloc)(unsigned long sz)) in arm_pte_alloc() 764 void *(*alloc)(unsigned long sz), in alloc_init_pte() 805 void *(*alloc)(unsigned long sz), bool ng) in alloc_init_pmd() 837 void *(*alloc)(unsigned long sz), bool ng) in alloc_init_pud() 912 void *(*alloc)(unsigned long sz), in __create_mapping()
|
/arch/powerpc/mm/ |
D | hugetlbpage-hash64.c | 28 unsigned long rflags, pa, sz; in __hash_page_huge() local
|
D | hugetlbpage.c | 44 pte_t *huge_pte_offset(struct mm_struct *mm, unsigned long addr, unsigned long sz) in huge_pte_offset() 137 pte_t *huge_pte_alloc(struct mm_struct *mm, unsigned long addr, unsigned long sz) in huge_pte_alloc() 527 unsigned long sz) in hugepte_addr_end() 537 unsigned long sz = 1UL << hugepd_shift(hugepd); in gup_huge_pd() local 848 int gup_hugepte(pte_t *ptep, unsigned long sz, unsigned long addr, in gup_hugepte()
|
/arch/parisc/mm/ |
D | hugetlbpage.c | 49 unsigned long addr, unsigned long sz) in huge_pte_alloc() 74 unsigned long addr, unsigned long sz) in huge_pte_offset()
|
/arch/tile/mm/ |
D | hugetlbpage.c | 56 unsigned long addr, unsigned long sz) in huge_pte_alloc() 106 unsigned long addr, unsigned long sz) in huge_pte_offset()
|