Lines Matching refs:load
335 jr->load.pid = bswap_32(jr->load.pid); in jit_get_next_entry()
336 jr->load.tid = bswap_32(jr->load.tid); in jit_get_next_entry()
337 jr->load.vma = bswap_64(jr->load.vma); in jit_get_next_entry()
338 jr->load.code_addr = bswap_64(jr->load.code_addr); in jit_get_next_entry()
339 jr->load.code_size = bswap_64(jr->load.code_size); in jit_get_next_entry()
340 jr->load.code_index= bswap_64(jr->load.code_index); in jit_get_next_entry()
380 return jr->load.pid; in jr_entry_pid()
387 return jr->load.tid; in jr_entry_tid()
441 nspid = jr->load.pid; in jit_repipe_code_load()
444 csize = jr->load.code_size; in jit_repipe_code_load()
446 addr = jr->load.code_addr; in jit_repipe_code_load()
447 sym = (void *)((unsigned long)jr + sizeof(jr->load)); in jit_repipe_code_load()
448 code = (unsigned long)jr + jr->load.p.total_size - csize; in jit_repipe_code_load()
449 count = jr->load.code_index; in jit_repipe_code_load()
511 id->time = convert_timestamp(jd, jr->load.p.timestamp); in jit_repipe_code_load()
555 nspid = jr->load.pid; in jit_repipe_code_move()
604 id->time = convert_timestamp(jd, jr->load.p.timestamp); in jit_repipe_code_move()