Searched refs:cpu_offset (Results 1 – 6 of 6) sorted by relevance
/linux/tools/testing/selftests/bpf/map_tests/ |
H A D | array_map_batch_ops.c | 19 int cpu_offset = 0; in map_batch_update() local 28 cpu_offset = i * nr_cpus; in map_batch_update() 30 (values + cpu_offset)[j] = i + 1 + j; in map_batch_update() 44 int cpu_offset = 0; in map_batch_verify() local 49 cpu_offset = i * nr_cpus; in map_batch_verify() 51 __s64 value = (values + cpu_offset)[j]; in map_batch_verify()
|
/linux/arch/s390/appldata/ |
H A D | appldata_os.c | 62 u32 cpu_offset; /* offset of the first per-cpu data struct */ member 182 appldata_os_data->cpu_offset = offsetof(struct appldata_os_data, in appldata_os_init()
|
/linux/arch/alpha/include/asm/ |
H A D | err_common.h | 106 u32 cpu_offset; member
|
/linux/arch/mips/loongson64/ |
H A D | env.c | 77 ((u64)loongson_p + loongson_p->cpu_offset); in prom_lefi_init_env()
|
/linux/kernel/dma/ |
H A D | swiotlb.c | 1129 * @cpu_offset: Offset from @start_cpu. 1142 int cpu_offset, phys_addr_t orig_addr, size_t alloc_size, in swiotlb_search_area() argument 1152 if (cpu_offset >= pool->nareas) in swiotlb_search_area() 1154 area_index = (start_cpu + cpu_offset) & (pool->nareas - 1); in swiotlb_search_area()
|
/linux/arch/arm64/net/ |
H A D | bpf_jit_comp.c | 1533 u32 cpu_offset; in build_insn() local 1537 cpu_offset = offsetof(struct thread_info, cpu); in build_insn() 1540 if (is_lsi_offset(cpu_offset, 2)) { in build_insn() 1541 emit(A64_LDR32I(r0, tmp, cpu_offset), ctx); in build_insn() 1543 emit_a64_mov_i(1, tmp2, cpu_offset, ctx); in build_insn()
|