Home
last modified time | relevance | path

Searched refs:pc (Results 1 – 8 of 8) sorted by relevance

/tools/libs/ctrl/
A Dxc_pm.c133 DECLARE_NAMED_HYPERCALL_BOUNCE(pc, cxpt->pc, in xc_pm_get_cxstat()
134 cxpt->nr_pc * sizeof(*cxpt->pc), in xc_pm_get_cxstat()
145 if ( xc_hypercall_bounce_pre(xch, pc) ) in xc_pm_get_cxstat()
158 set_xen_guest_handle(sysctl.u.get_pmstat.u.getcx.pc, pc); in xc_pm_get_cxstat()
173 xc_hypercall_bounce_post(xch, pc); in xc_pm_get_cxstat()
A DMakefile7 PKG_CONFIG_FILE := xencontrol.pc
/tools/libs/
A D.gitignore1 */*.pc
A Dlibs.mk33 PKG_CONFIG_FILE ?= $(LIB_FILE_NAME).pc
115 rm -f $(DESTDIR)$(PKG_INSTALLDIR)/$(LIB_FILE_NAME).pc
/tools/misc/
A Dxenpm.c156 if ( cxstat->pc[i] ) in print_cxstat()
158 cxstat->pc[i] / 1000000UL); in print_cxstat()
184 cxstat->pc = calloc(MAX_PKG_RESIDENCIES, sizeof(*cxstat->pc)); in get_cxstat_by_cpuid()
187 !cxstat->pc || !cxstat->cc ) in get_cxstat_by_cpuid()
190 free(cxstat->pc); in get_cxstat_by_cpuid()
206 free(cxstat->pc); in get_cxstat_by_cpuid()
210 cxstat->pc = NULL; in get_cxstat_by_cpuid()
259 free(cxstatinfo.pc); in show_cxstat_by_cpuid()
616 res = cxstat_end[j].pc[n]; in signal_int_handler()
618 res -= cxstat_start[j].pc[n]; in signal_int_handler()
[all …]
A Dxen-access.c791 req.data.regs.arm.pc, in main()
795 rsp.data.regs.arm.pc += 4; in main()
/tools/
A DRules.mk210 $(PKG_CONFIG_DIR)/%.pc: Makefile $(XEN_ROOT)/tools/Rules.mk $(PKG_CONFIG_DIR)
225 %.pc: Makefile $(XEN_ROOT)/tools/Rules.mk
/tools/include/
A Dxenctrl.h1889 uint64_t *pc; /* 1-biased indexing (i.e. excl C0) */ member

Completed in 23 milliseconds