Lines Matching refs:load
328 jr->load.pid = bswap_32(jr->load.pid); in jit_get_next_entry()
329 jr->load.tid = bswap_32(jr->load.tid); in jit_get_next_entry()
330 jr->load.vma = bswap_64(jr->load.vma); in jit_get_next_entry()
331 jr->load.code_addr = bswap_64(jr->load.code_addr); in jit_get_next_entry()
332 jr->load.code_size = bswap_64(jr->load.code_size); in jit_get_next_entry()
333 jr->load.code_index= bswap_64(jr->load.code_index); in jit_get_next_entry()
406 pid = jr->load.pid; in jit_repipe_code_load()
407 tid = jr->load.tid; in jit_repipe_code_load()
408 csize = jr->load.code_size; in jit_repipe_code_load()
410 addr = jr->load.code_addr; in jit_repipe_code_load()
411 sym = (void *)((unsigned long)jr + sizeof(jr->load)); in jit_repipe_code_load()
412 code = (unsigned long)jr + jr->load.p.total_size - csize; in jit_repipe_code_load()
413 count = jr->load.code_index; in jit_repipe_code_load()
475 id->time = convert_timestamp(jd, jr->load.p.timestamp); in jit_repipe_code_load()
567 id->time = convert_timestamp(jd, jr->load.p.timestamp); in jit_repipe_code_move()