Searched refs:pc (Results 1 – 8 of 8) sorted by relevance
133 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()
7 PKG_CONFIG_FILE := xencontrol.pc
1 */*.pc
33 PKG_CONFIG_FILE ?= $(LIB_FILE_NAME).pc115 rm -f $(DESTDIR)$(PKG_INSTALLDIR)/$(LIB_FILE_NAME).pc
156 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 …]
791 req.data.regs.arm.pc, in main()795 rsp.data.regs.arm.pc += 4; in main()
210 $(PKG_CONFIG_DIR)/%.pc: Makefile $(XEN_ROOT)/tools/Rules.mk $(PKG_CONFIG_DIR)225 %.pc: Makefile $(XEN_ROOT)/tools/Rules.mk
1889 uint64_t *pc; /* 1-biased indexing (i.e. excl C0) */ member
Completed in 23 milliseconds