Searched refs:pos2 (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/powerpc/include/asm/ |
| H A D | syscalls.h | 95 u32 reg6, u32 pos1, u32 pos2); 98 u32 reg6, u32 pos1, u32 pos2); 121 u32 reg6, u32 pos1, u32 pos2); 124 u32 reg6, u32 pos1, u32 pos2);
|
| /linux/drivers/pci/ |
| H A D | vc.c | 106 int ctrl_pos, status_pos, id, pos2, evcc, i, ctrl_pos2, status_pos2; in pci_vc_enable() local 127 pos2 = pci_find_ext_capability(dev->bus->self, PCI_EXT_CAP_ID_VC); in pci_vc_enable() 128 if (!pos2) in pci_vc_enable() 131 pci_read_config_dword(dev->bus->self, pos2 + PCI_VC_PORT_CAP1, &cap1); in pci_vc_enable() 136 ctrl_pos2 = pos2 + PCI_VC_RES_CTRL + in pci_vc_enable() 138 status_pos2 = pos2 + PCI_VC_RES_STATUS + in pci_vc_enable()
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | rs600.c | 72 u32 pos1, pos2; in avivo_is_counter_moving() local 75 pos2 = RREG32(AVIVO_D1CRTC_STATUS_POSITION + crtc_offsets[crtc]); in avivo_is_counter_moving() 77 if (pos1 != pos2) in avivo_is_counter_moving()
|
| /linux/tools/perf/util/ |
| H A D | python.c | 2823 struct evsel *pos2; 2831 evlist__for_each_entry(pevlist->evlist, pos2) { 2832 if (pos2->metric_leader != e->metric_events[0]) 2834 cpu_idx = perf_cpu_map__idx(pos2->core.cpus, 2839 thread_idx = perf_thread_map__idx(pos2->core.threads, thread); 2842 metric_evsel = pos2; 1429 struct evsel *pos2; pyrf_evlist__compute_metric() local
|
| H A D | parse-events.c | 2223 struct evsel *pos2 = pos; in parse_events__sort_events_and_fix_groups() 2228 list_for_each_entry_continue(pos2, list, core.node) { in parse_events__sort_events_and_fix_groups() 2229 if (pos->core.leader == pos2->core.leader && in parse_events__sort_events_and_fix_groups() 2230 arch_evsel__must_be_in_group(pos2)) { in parse_events__sort_events_and_fix_groups() 2220 struct evsel *pos2 = pos; parse_events__sort_events_and_fix_groups() local
|
| /linux/fs/overlayfs/ |
| H A D | copy_up.c | 232 static int ovl_verify_area(loff_t pos, loff_t pos2, loff_t len, loff_t totlen) in ovl_verify_area() argument 236 if (pos != pos2) in ovl_verify_area()
|
| /linux/tools/perf/ |
| H A D | builtin-record.c | 1378 struct evsel *pos2; in record__open() 1386 evlist__for_each_entry(evlist, pos2) { in record__open() 1387 if (pos2 == pos) in record__open() local 1389 if (strstr(evsel__name(pos2), "cycles")) { in record__open()
|
| /linux/arch/mips/include/asm/octeon/ |
| H A D | cvmx-pip-defs.h | 262 uint64_t pos2:7; member 272 uint64_t pos2:7;
|