Home
last modified time | relevance | path

Searched defs:off (Results 1 – 11 of 11) sorted by relevance

/tools/net/
Dbpf_exp.y667 int off = bpf_find_insns_offset(labels_k[i]); in bpf_reduce_k_jumps() local
679 int off = bpf_find_insns_offset(labels_jt[i]); in bpf_reduce_jt_jumps() local
691 int off = bpf_find_insns_offset(labels_jf[i]); in bpf_reduce_jf_jumps() local
Dbpf_dbg.c586 static bool bpf_restore_regs(int off) in bpf_restore_regs()
603 static uint32_t extract_u32(uint8_t *pkt, uint32_t off) in extract_u32()
612 static uint16_t extract_u16(uint8_t *pkt, uint32_t off) in extract_u16()
621 static uint8_t extract_u8(uint8_t *pkt, uint32_t off) in extract_u8()
Dbpf_jit_disasm.c163 off_t off = 0; in get_last_jit_image() local
/tools/lguest/
Dlguest.c1255 static void ioread(u16 off, u32 v, u32 mask, u32 *val) in ioread()
1263 static void iowrite(u16 off, u32 v, u32 mask, u32 *dst) in iowrite()
1745 static struct device *find_mmio_region(unsigned long paddr, u32 *off) in find_mmio_region()
1785 size_t off = offsetof(struct virtio_pci_common_cfg, queue_size); in restore_vq_config() local
1878 static void emulate_mmio_write(struct device *d, u32 off, u32 val, u32 mask) in emulate_mmio_write()
2190 static u32 emulate_mmio_read(struct device *d, u32 off, u32 mask) in emulate_mmio_read()
2320 u32 val, off, mask = 0xFFFFFFFF, insnlen = 0; in emulate_mmio() local
2946 off64_t off; in blk_request() local
/tools/testing/selftests/networking/timestamping/
Dtxtimestamp.c338 int off = 0; in do_test() local
/tools/perf/tests/
Dcode-reading.c85 size_t off, read_bytes, written_bytes; in read_objdump_output() local
/tools/perf/util/
Dprobe-finder.c1030 Dwarf_Off off, noff; in debuginfo__find_probes() local
1701 Dwarf_Off off = 0, noff; in debuginfo__find_line_range() local
Dmachine.c1642 int i, j, off; in remove_loops() local
/tools/perf/bench/
Dnuma.c407 long off = rand(); in alloc_data() local
766 long off; in do_work() local
/tools/vm/
Dpage-types.c849 off_t off, end = st->st_size; in walk_file() local
/tools/perf/
Dbuiltin-trace.c293 #define DEFINE_STRARRAY_OFFSET(array, off) struct strarray strarray__##array = { \ argument