Home
last modified time | relevance | path

Searched defs:sz (Results 1 – 25 of 71) sorted by relevance

123

/arch/mips/include/asm/
Dmips-cps.h22 #define CPS_ACCESSOR_R(unit, sz, name) \ argument
45 #define CPS_ACCESSOR_W(unit, sz, name) \ argument
70 #define CPS_ACCESSOR_M(unit, sz, name) \ argument
90 #define CPS_ACCESSOR_RO(unit, sz, off, name) \ argument
94 #define CPS_ACCESSOR_WO(unit, sz, off, name) \ argument
98 #define CPS_ACCESSOR_RW(unit, sz, off, name) \ argument
Dmips-gic.h30 #define GIC_ACCESSOR_RO(sz, off, name) \ argument
34 #define GIC_ACCESSOR_RW(sz, off, name) \ argument
38 #define GIC_VX_ACCESSOR_RO(sz, off, name) \ argument
43 #define GIC_VX_ACCESSOR_RW(sz, off, name) \ argument
48 #define GIC_ACCESSOR_RO_INTR_REG(sz, off, stride, name) \ argument
61 #define GIC_ACCESSOR_RW_INTR_REG(sz, off, stride, name) \ argument
72 #define GIC_VX_ACCESSOR_RO_INTR_REG(sz, off, stride, name) \ argument
79 #define GIC_VX_ACCESSOR_RW_INTR_REG(sz, off, stride, name) \ argument
150 #define GIC_VX_ACCESSOR_RO_INTR_BIT(sz, off, name) \ argument
157 #define GIC_VX_ACCESSOR_RW_INTR_BIT(sz, off, name) \ argument
Dmips-cpc.h64 #define CPC_ACCESSOR_RO(sz, off, name) \ argument
68 #define CPC_ACCESSOR_RW(sz, off, name) \ argument
72 #define CPC_CX_ACCESSOR_RO(sz, off, name) \ argument
76 #define CPC_CX_ACCESSOR_RW(sz, off, name) \ argument
Dmips-cm.h114 #define GCR_ACCESSOR_RO(sz, off, name) \ argument
118 #define GCR_ACCESSOR_RW(sz, off, name) \ argument
122 #define GCR_CX_ACCESSOR_RO(sz, off, name) \ argument
126 #define GCR_CX_ACCESSOR_RW(sz, off, name) \ argument
/arch/arc/mm/
Dcache.c82 unsigned int pad:24, way:2, lsz:2, sz:4; in read_decode_cache_bcr_arcv2() member
148 unsigned int pad:12, line_len:4, sz:4, config:4, ver:8; in read_decode_cache_bcr() member
251 unsigned long sz, const int op, const int full_page) in __cache_line_loop_v2()
296 unsigned long sz, const int op, const int full_page) in __cache_line_loop_v3()
367 unsigned long sz, const int op, const int full_page) in __cache_line_loop_v4()
421 unsigned long sz, const int op, const int full_page) in __cache_line_loop_v4()
575 #define __dc_line_op_k(p, sz, op) __dc_line_op(p, p, sz, op) argument
581 unsigned long sz, const int op) in __dc_line_op()
602 #define __dc_line_op(paddr, vaddr, sz, op) argument
603 #define __dc_line_op_k(paddr, sz, op) argument
[all …]
/arch/arm/include/asm/
Dbitops.h200 #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/arm64/crypto/
Daes-cipher-core.S74 .macro fround, out0, out1, out2, out3, in0, in1, in2, in3, sz=2, op
79 .macro iround, out0, out1, out2, out3, in0, in1, in2, in3, sz=2, op
/arch/xtensa/kernel/
Djump_label.c29 size_t sz; member
33 static void local_patch_text(unsigned long addr, const void *data, size_t sz) in local_patch_text()
54 static void patch_text(unsigned long addr, const void *data, size_t sz) in patch_text()
Dpci-dma.c35 size_t sz = min_t(size_t, size, PAGE_SIZE - off); in do_cache_op() local
/arch/arm/crypto/
Daes-cipher-core.S92 .macro fround, out0, out1, out2, out3, in0, in1, in2, in3, sz=2, op, oldcpsr
97 .macro iround, out0, out1, out2, out3, in0, in1, in2, in3, sz=2, op, oldcpsr
/arch/sh/mm/
Dhugetlbpage.c25 unsigned long addr, unsigned long sz) in huge_pte_alloc()
50 unsigned long addr, unsigned long sz) in huge_pte_offset()
/arch/mips/mm/
Dhugetlbpage.c25 unsigned long addr, unsigned long sz) in huge_pte_alloc()
42 unsigned long sz) in huge_pte_offset()
/arch/arc/include/asm/
Duaccess.h50 #define __user_ok(addr, sz) (((sz) <= TASK_SIZE) && \ argument
52 #define __access_ok(addr, sz) (unlikely(__kernel_ok) || \ argument
57 #define __get_user_fn(sz, u, k) \ argument
118 #define __put_user_fn(sz, u, k) \ argument
/arch/sparc/include/asm/
Dio_32.h10 #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/powerpc/platforms/cell/spufs/
Dcoredump.c26 int i, sz, total = 0; in spufs_ctx_note_size() local
118 size_t sz = spufs_coredump_read[i].size; in spufs_arch_write_note() local
/arch/arm64/include/asm/
Dcmpxchg.h21 #define __XCHG_CASE(w, sfx, name, sz, mb, nop_lse, acq, acq_lse, rel, cl) \ argument
106 #define __CMPXCHG_CASE(name, sz) \ argument
232 #define __CMPWAIT_CASE(w, sfx, sz) \ argument
/arch/arm/mm/
Dmmu.c708 static void __init *early_alloc(unsigned long sz) in early_alloc()
719 static void *__init late_alloc(unsigned long sz) in late_alloc()
730 void *(*alloc)(unsigned long sz)) in arm_pte_alloc()
749 void *(*alloc)(unsigned long sz), in alloc_init_pte()
790 void *(*alloc)(unsigned long sz), bool ng) in alloc_init_pmd()
822 void *(*alloc)(unsigned long sz), bool ng) in alloc_init_pud()
837 void *(*alloc)(unsigned long sz), bool ng) in alloc_init_p4d()
913 void *(*alloc)(unsigned long sz), in __create_mapping()
/arch/ia64/mm/
Dhugetlbpage.c29 unsigned long addr, unsigned long sz) in huge_pte_alloc()
50 huge_pte_offset (struct mm_struct *mm, unsigned long addr, unsigned long sz) in huge_pte_offset()
/arch/mips/kernel/
Dcps-vec-ns16550.S189 #define DUMP_COP0_REG(reg, name, sz, _mfc0) \ argument
/arch/ia64/include/uapi/asm/
Dintrinsics.h40 #define IA64_FETCHADD(tmp,v,n,sz,sem) \ argument
/arch/arm64/mm/
Dhugetlbpage.c244 pte_t *ptep, pte_t pte, unsigned long sz) in set_huge_swap_pte_at()
256 unsigned long addr, unsigned long sz) in huge_pte_alloc()
301 unsigned long addr, unsigned long sz) in huge_pte_offset()
359 pte_t *ptep, unsigned long sz) in huge_pte_clear()
/arch/parisc/mm/
Dhugetlbpage.c48 unsigned long addr, unsigned long sz) in huge_pte_alloc()
75 unsigned long addr, unsigned long sz) in huge_pte_offset()
/arch/mips/tools/
Dloongson3-llsc-check.c141 static int check_ll(uint64_t pc, uint32_t *code, size_t sz) in check_ll()
196 static int check_code(uint64_t pc, uint32_t *code, size_t sz) in check_code()
/arch/s390/mm/
Dhugetlbpage.c193 unsigned long addr, unsigned long sz) in huge_pte_alloc()
215 unsigned long addr, unsigned long sz) in huge_pte_offset()
/arch/arm/mach-orion5x/
Dts78xx-setup.c160 int sz; in ts78xx_ts_nand_write_buf() local
186 int sz; in ts78xx_ts_nand_read_buf() local

123