Home
last modified time | relevance | path

Searched defs:sz (Results 1 – 25 of 75) 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.h113 #define GCR_ACCESSOR_RO(sz, off, name) \ argument
117 #define GCR_ACCESSOR_RW(sz, off, name) \ argument
121 #define GCR_CX_ACCESSOR_RO(sz, off, name) \ argument
125 #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()
/arch/sh/mm/
Dhugetlbpage.c26 unsigned long addr, unsigned long sz) in huge_pte_alloc()
47 unsigned long addr, unsigned long sz) in huge_pte_offset()
/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/mips/mm/
Dhugetlbpage.c25 unsigned long sz) in huge_pte_alloc()
40 unsigned long sz) in huge_pte_offset()
/arch/x86/include/asm/
Dsetup.h107 #define RESERVE_BRK(name,sz) \ argument
136 #define RESERVE_BRK(name,sz) \ argument
/arch/mips/kernel/
Dcps-vec-ns16550.S175 #define DUMP_COP0_REG(reg, name, sz, _mfc0) \ argument
/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
Dio.h37 #define ioremap_nocache(phy, sz) ioremap(phy, sz) argument
38 #define ioremap_wc(phy, sz) ioremap(phy, sz) argument
39 #define ioremap_wt(phy, sz) ioremap(phy, sz) 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/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/mach-s3c24xx/include/mach/
Dio.h36 #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/
Dcoredump.c42 int i, sz, total = 0; in spufs_ctx_note_size() local
122 int sz, rc, total = 0; in spufs_arch_write_note() local
/arch/ia64/mm/
Dhugetlbpage.c29 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/arm/mm/
Dmmu.c719 static void __init *early_alloc(unsigned long sz) in early_alloc()
730 static void *__init late_alloc(unsigned long sz) in late_alloc()
741 void *(*alloc)(unsigned long sz)) in arm_pte_alloc()
760 void *(*alloc)(unsigned long sz), in alloc_init_pte()
801 void *(*alloc)(unsigned long sz), bool ng) in alloc_init_pmd()
833 void *(*alloc)(unsigned long sz), bool ng) in alloc_init_pud()
908 void *(*alloc)(unsigned long sz), in __create_mapping()
/arch/arm64/mm/
Dhugetlbpage.c205 pte_t *ptep, pte_t pte, unsigned long sz) in set_huge_swap_pte_at()
217 unsigned long addr, unsigned long sz) in huge_pte_alloc()
259 unsigned long addr, unsigned long sz) in huge_pte_offset()
312 pte_t *ptep, unsigned long sz) in huge_pte_clear()
/arch/parisc/mm/
Dhugetlbpage.c49 unsigned long addr, unsigned long sz) in huge_pte_alloc()
74 unsigned long addr, unsigned long sz) in huge_pte_offset()
/arch/s390/mm/
Dhugetlbpage.c187 unsigned long addr, unsigned long sz) in huge_pte_alloc()
209 unsigned long addr, unsigned long sz) in huge_pte_offset()
/arch/riscv/mm/
Dinit.c200 phys_addr_t sz, pgprot_t prot) in create_pte_mapping()
246 phys_addr_t sz, pgprot_t prot) in create_pmd_mapping()
290 phys_addr_t sz, pgprot_t prot) in create_pgd_mapping()

123