/kernel/linux/linux-6.6/arch/parisc/kernel/vdso64/ |
H A D | sigtramp.S | 56 .size __kernel_sigtramp_rt,.-__kernel_sigtramp_rt
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/32/ |
H A D | kup.h | 101 u32 size, unsigned long dir) in allow_user_access() 100 allow_user_access(void __user *to, const void __user *from, u32 size, unsigned long dir) allow_user_access() argument
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | fadump-internal.h | 17 /* The upper limit percentage for user specified boot memory size (25%) */ 58 u64 size; member 101 * Maximum size supported by firmware to copy from source to
|
H A D | pci.h | 57 * We want to avoid touching the cacheline size or MWI bit. 58 * pSeries firmware sets the cacheline size (which is not the cpu cacheline 59 * size in all cases) and hardware treats MWI the same as memory write. 111 unsigned long size,
|
H A D | prom.h | 22 #define OF_DT_PROP 0x3 /* Property: name off, size, 40 * the job of everybody. It's just a list of u64 pairs (base/size) that 41 * ends when size is 0 45 __be32 totalsize; /* total size of DT block */ 54 __be32 dt_strings_size; /* size of the DT strings block */ 56 __be32 dt_struct_size; /* size of the DT structure block */ 64 * size parameters. 68 unsigned long *size);
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/ |
H A D | event.c | 31 e->attr.size = sizeof(e->attr); in event_init_opts()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/copyloops/ |
H A D | validate.c | 15 unsigned long COPY_LOOP(void *to, const void *from, unsigned long size);
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | proc-fns.h | 59 void (*dcache_clean_area)(void *addr, int size);
|
/kernel/linux/linux-6.6/arch/alpha/include/asm/ |
H A D | core_irongate.h | 203 extern void __iomem *irongate_ioremap(unsigned long addr, unsigned long size);
|
H A D | hwrpb.h | 168 unsigned long size; /* size of hwrpb */ member 186 unsigned long ctb_size; /* console terminal block size */
|
/kernel/linux/linux-6.6/arch/arm/vdso/ |
H A D | Makefile | 19 -z max-page-size=4096 -shared $(ldflags-y) \
|
/kernel/linux/linux-6.6/arch/arm/mach-omap1/ |
H A D | mux.h | 129 unsigned long size; member
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | cache-v4wt.S | 18 * The size of one data cache line. 33 * This is the size at which it becomes more efficient to 85 sub r3, r1, r0 @ calculate total size 130 * flush_kern_dcache_area(void *addr, size_t size) 136 * - size - region size 175 * dma_unmap_area(start, size, dir) 177 * - size - size of region 187 * dma_map_area(start, size, di [all...] |
/kernel/linux/linux-6.6/arch/arm/mach-orion5x/ |
H A D | mv2120-setup.c | 51 .size = 0x00080000,
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | opal-msglog.c | 149 opal_msglog_attr.size = memcons_get_size(opal_memcons); in opal_msglog_init()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | perf_buffer.c | 17 static void on_sample(void *ctx, int cpu, void *data, __u32 size) in on_sample() argument
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_tcpnotify_user.c | 34 static void dummyfn(void *ctx, int cpu, void *data, __u32 size) in dummyfn() argument
|
/kernel/linux/linux-6.6/arch/parisc/include/asm/ |
H A D | pdc.h | 58 int pdc_stable_get_size(unsigned long *size);
|
/kernel/linux/linux-6.6/arch/parisc/kernel/vdso32/ |
H A D | sigtramp.S | 56 .size __kernel_sigtramp_rt,.-__kernel_sigtramp_rt
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | setup.h | 151 unsigned long size; member
|
H A D | nospec-insn.h | 34 .size \name, .-\name
|
/kernel/linux/linux-6.6/arch/s390/appldata/ |
H A D | appldata_mem.c | 48 u64 totalram; /* total main memory size */ 49 u64 freeram; /* free main memory size */ 50 u64 totalhigh; /* total high memory size */ 51 u64 freehigh; /* free high memory size */ 54 u64 cached; /* size of (used) cache, w/o buffers */ 55 u64 totalswap; /* total swap space size */ 117 .size = sizeof(struct appldata_mem_data),
|
H A D | appldata_net_sum.c | 119 .size = sizeof(struct appldata_net_sum_data),
|
/kernel/linux/linux-6.6/arch/riscv/kernel/ |
H A D | cacheinfo.c | 54 return this_leaf ? this_leaf->size : 0; in get_cache_size() 82 if (of_property_read_bool(np, "cache-size")) in populate_cache_leaves() 84 if (of_property_read_bool(np, "i-cache-size")) in populate_cache_leaves() 86 if (of_property_read_bool(np, "d-cache-size")) in populate_cache_leaves() 99 if (of_property_read_bool(np, "cache-size")) in populate_cache_leaves() 101 if (of_property_read_bool(np, "i-cache-size")) in populate_cache_leaves() 103 if (of_property_read_bool(np, "d-cache-size")) in populate_cache_leaves()
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | io_32.h | 18 void __iomem *ioremap(phys_addr_t offset, size_t size);
|