Searched refs:cpu_data (Results 1 – 2 of 2) sorted by relevance
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/trace-cmd/files/ |
| H A D | 0001-Replace-LFS64-interfaces-off64_t-and-lseek64.patch | 340 ret = read(handle->cpu_data[cpu].pipe_fd, map, handle->page_size); 366 -static struct tracecmd_compress_chunk *get_zchunk(struct cpu_data *cpu, off64_t offset) 367 +static struct tracecmd_compress_chunk *get_zchunk(struct cpu_data *cpu, off_t offset) 378 struct cpu_data *cpu_data = &handle->cpu_data[cpu]; 387 struct cpu_data *cpu_data = &handle->cpu_data[cpu]; 403 struct cpu_data *cpu_data = &handle->cpu_data[cpu]; 413 if (handle->cpu_data[cpu].offset == offset && 421 if (!handle->cpu_data[cpu].page && !handle->use_pipe) 430 offset = handle->cpu_data[cpu].file_offset + 431 handle->cpu_data[cpu].file_size; [all …]
|
| /openbmc/qemu/hw/acpi/ |
| H A D | cpu.c | 431 Aml *cpu_data = aml_name("%s.%s", cphp_res_path, CPU_DATA); in build_cpus_aml() local 557 ifctx = aml_if(aml_lless(cpu_data, uid)); in build_cpus_aml() 577 aml_append(while_ctx, aml_store(cpu_data, uid)); in build_cpus_aml() 672 aml_append(method, aml_store(aml_arg(1), cpu_data)); in build_cpus_aml() 674 aml_append(method, aml_store(aml_arg(2), cpu_data)); in build_cpus_aml()
|