| /linux/tools/perf/util/ |
| H A D | genelf_debug.c | 336 unsigned long code_addr) in emit_lineno_info() argument 360 emit_lne_set_address(be, (void *)code_addr); in emit_lineno_info() 410 unsigned long code_addr) in add_debug_line() argument 432 emit_lineno_info(be, ent, nr_entry, code_addr); in add_debug_line() 473 jit_process_debug_info(uint64_t code_addr, in jit_process_debug_info() argument 483 ent->addr = ent->addr - code_addr; in jit_process_debug_info() 495 jit_add_debug_info(Elf *e, uint64_t code_addr, void *debug, int nr_debug_entries) in jit_add_debug_info() argument 507 if (jit_process_debug_info(code_addr, debug, nr_debug_entries, &dl, &da, &di)) in jit_add_debug_info()
|
| H A D | jitdump.h | 71 uint64_t code_addr; member 102 uint64_t code_addr; member
|
| H A D | jitdump.c | 73 uint64_t code_addr, in jit_emit_elf() argument 97 ret = jit_write_elf(fd, code_addr, sym, (const void *)code, csize, debug, nr_debug_entries, in jit_emit_elf() 318 jr->info.code_addr = bswap_64(jr->info.code_addr); in jit_get_next_entry() 341 jr->load.code_addr = bswap_64(jr->load.code_addr); in jit_get_next_entry() 449 addr = jr->load.code_addr; in jit_repipe_code_load()
|
| /linux/tools/perf/jvmti/ |
| H A D | libjvmti.c | 233 void const *code_addr, in compiled_method_load_cb() argument 244 uint64_t addr = (uint64_t)(uintptr_t)code_addr; in compiled_method_load_cb() 306 if (jvmti_write_code(jvmti_agent, str, addr, code_addr, code_size)) in compiled_method_load_cb() 326 void const *code_addr, in code_generated_cb() argument 329 uint64_t addr = (uint64_t)(unsigned long)code_addr; in code_generated_cb() 332 ret = jvmti_write_code(jvmti_agent, name, addr, code_addr, code_size); in code_generated_cb()
|
| H A D | jvmti_agent.c | 385 rec.code_addr = vma; in jvmti_write_code() 445 rec.code_addr = (uint64_t)(uintptr_t)code; in jvmti_write_debug_info()
|
| /linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
| H A D | pmu.h | 23 u32 code_addr; member
|
| /linux/arch/mips/cavium-octeon/ |
| H A D | octeon_boot.h | 13 uint64_t code_addr; member
|
| H A D | smp.c | 394 boot_vect[coreid].code_addr = octeon_bootloader_entry_addr; in octeon_update_boot_vector()
|
| /linux/tools/perf/Documentation/ |
| H A D | jitdump-specification.txt | 76 * uint64_t code_addr: code start address for the jitted code. By default vma = code_addr 122 * uint64_t code_addr: address of function for which the debug information is generated 127 * uint64_t code_addr: address of function for which the debug information is generated
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
| H A D | pmu.c | 90 info->code_addr = info->boot_addr + info->boot_size; in nvbios_pmuRm()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
| H A D | gm200.c | 102 pmu_code(init, pmu.code_addr_pmu, pmu.code_addr, pmu.code_size, true); in pmu_load()
|
| /linux/tools/perf/tests/shell/ |
| H A D | test_intel_pt.sh | 369 .code_addr = (unsigned long)addr,
|
| /linux/Documentation/bpf/standardization/ |
| H A D | instruction-set.rst | 744 0x4 dst = code_addr(imm) integer code address 755 * code_addr(imm) gets the address of the instruction at a specified relative offset in number of (6…
|