/openbmc/linux/tools/perf/pmu-events/arch/s390/cf_z16/ |
H A D | pai_crypto.json | 3 "Unit": "PAI-CRYPTO", 10 "Unit": "PAI-CRYPTO", 17 "Unit": "PAI-CRYPTO", 24 "Unit": "PAI-CRYPTO", 31 "Unit": "PAI-CRYPTO", 38 "Unit": "PAI-CRYPTO", 45 "Unit": "PAI-CRYPTO", 52 "Unit": "PAI-CRYPTO", 59 "Unit": "PAI-CRYPTO", 66 "Unit": "PAI-CRYPTO", [all …]
|
H A D | pai_ext.json | 3 "Unit": "PAI-EXT", 10 "Unit": "PAI-EXT", 16 "Unit": "PAI-EXT", 22 "Unit": "PAI-EXT", 28 "Unit": "PAI-EXT", 34 "Unit": "PAI-EXT", 40 "Unit": "PAI-EXT", 46 "Unit": "PAI-EXT", 52 "Unit": "PAI-EXT", 58 "Unit": "PAI-EXT", [all …]
|
/openbmc/linux/drivers/firmware/arm_scmi/ |
H A D | powercap.c | 82 __le32 pai; member 101 __le32 pai; member 230 "Platform reported inconsistent PAI config for domain %d - %s\n", in scmi_powercap_domain_attributes_get() 449 u32 domain_id, u32 *pai) in scmi_powercap_xfer_pai_get() argument 462 *pai = get_unaligned_le32(t->rx.buf); in scmi_powercap_xfer_pai_get() 470 u32 domain_id, u32 *pai) in scmi_powercap_pai_get() argument 475 if (!pai || domain_id >= pi->num_domains) in scmi_powercap_pai_get() 480 *pai = ioread32(dom->fc_info[POWERCAP_FC_PAI].get_addr); in scmi_powercap_pai_get() 482 domain_id, *pai, 0); in scmi_powercap_pai_get() 486 return scmi_powercap_xfer_pai_get(ph, domain_id, pai); in scmi_powercap_pai_get() [all …]
|
/openbmc/linux/arch/s390/kernel/ |
H A D | perf_pai_ext.c | 22 #include <asm/pai.h> 36 /* Create the PAI extension 1 control block area. 37 * The PAI extension control block 1 is pointed to by lowcore 41 struct paiext_cb { /* PAI extension 1 control block */ 52 unsigned int active_events; /* # of PAI Extension users */ 55 struct paiext_cb *paiext_cb; /* PAI extension control block area */ 222 /* The PAI extension 1 control block supports up to 128 entries. Return 247 /* PAI extension event must be valid and in supported range */ in paiext_event_init() 479 /* Attribute definitions for pai extension1 interface. As with other CPU 492 * Counter facility. Number 0x1000 to 0x103e are used for PAI cryptography [all …]
|
H A D | perf_pai_crypto.c | 21 #include <asm/pai.h> 38 unsigned int active_events; /* # of PAI crypto users */ 194 /* PAI crypto PMU registered as PERF_TYPE_RAW, check event type */ in paicrypt_event_init() 197 /* PAI crypto event must be in valid range */ in paicrypt_event_init() 442 /* List of symbolic PAI counter names. */ 673 rc = attr_event_init(); /* Export known PAI crypto events */ in paicrypt_init()
|
H A D | nmi.c | 33 #include <asm/pai.h>
|
/openbmc/linux/include/linux/ |
H A D | scmi_protocol.h | 589 * @powercap_pai_config: PAI configuration support. 596 * @min_pai: Minimum configurable PAI. 597 * @max_pai: Maximum configurable PAI. 598 * @pai_step: Step size between two consecutive PAI values. 661 * @pai_get: get the current PAI value for the specified domain. 662 * @pai_set: set the PAI value for the specified domain to the provided value. 664 * specified domain and the related PAI upon which is 694 u32 *pai); 696 u32 pai); 698 u32 domain_id, u32 *average_power, u32 *pai); [all …]
|
/openbmc/linux/drivers/powercap/ |
H A D | arm_scmi_powercap.c | 59 u32 avg_power, pai; in scmi_powercap_get_power_uw() local 66 &pai); in scmi_powercap_get_power_uw() 167 "Normalized %s:PAI - requested:%llu - normalized:%u\n", in scmi_powercap_normalize_time() 190 u32 pai; in scmi_powercap_get_time_window_us() local 192 ret = powercap_ops->pai_get(spz->ph, spz->info->id, &pai); in scmi_powercap_get_time_window_us() 196 *time_window_us = pai; in scmi_powercap_get_time_window_us()
|
/openbmc/linux/Documentation/devicetree/bindings/soc/imx/ |
H A D | fsl,imx8mp-hdmi-blk-ctrl.yaml | 38 - const: pai 90 power-domain-names = "bus", "irqsteer", "lcdif", "pai", "pvi", "trng",
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | entry-common.h | 12 #include <asm/pai.h>
|
H A D | ctl_reg.h | 98 unsigned long pec : 1; /* PAI extension control */
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | pkeys.h | 5 * Copyright 2017, Ram Pai, IBM Corporation.
|
/openbmc/ipmitool/src/plugins/imb/ |
H A D | imbapi.c | 130 //pai 10/8 */ 134 // pre-processor directives to separate os-specific code (pai 11/21) */ 192 // older platforms (pai 4/27/99) in open_imb() 273 // the older platforms (pai 4/27/99) */ in open_imb() 569 //implemented this function.(pai 5/4/99) */ 669 // EMP functionality. Upper level software could have implemented this function.(pai 5/4/99) */ 818 //implemented this function.(pai 5/4/99) */ 921 //implemented this function.(pai 5/4/99) */ 1579 //DPC message specific Processing (pai 11/21) */
|
/openbmc/linux/scripts/ |
H A D | export_report.pl | 5 # Author : Ram Pai (linuxram@us.ibm.com)
|
/openbmc/linux/drivers/pmdomain/imx/ |
H A D | imx8mp-blk-ctrl.c | 467 .name = "hdmiblk-pai", 470 .gpc_name = "pai",
|
/openbmc/linux/arch/powerpc/mm/book3s64/ |
H A D | pkeys.c | 5 * Copyright 2017, Ram Pai, IBM Corporation.
|
/openbmc/qemu/target/s390x/ |
H A D | cpu_features_def.h.inc | 116 DEF_FEAT(PAI, "pai", STFL, 196, "Processor-Activity-Instrumentation facility")
|
/openbmc/linux/tools/perf/pmu-events/ |
H A D | jevents.py | 279 'PAI-CRYPTO' : 'pai_crypto', 280 'PAI-EXT' : 'pai_ext',
|
/openbmc/linux/fs/ |
H A D | pnode.c | 6 * Author : Ram Pai (linuxram@us.ibm.com)
|
/openbmc/linux/Documentation/filesystems/ |
H A D | sharedsubtree.rst | 997 version 0.1 (created the initial document, Ram Pai linuxram@us.ibm.com)
|
/openbmc/qemu/disas/ |
H A D | alpha.c | 1301 { "hw_mfpr/pai", OPR(0x19,0x07), EV4, ARG_EV4HWMPR }, 1560 { "hw_mtpr/pai", OPR(0x1D,0x07), EV4, ARG_EV4HWMPR },
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mp.dtsi | 1877 "pai", "pvi", "trng",
|
/openbmc/linux/drivers/net/wireless/atmel/ |
H A D | atmel.c | 139 #define GCR_SWRES 0x0080 /* BIU reset (ARM and PAI are NOT reset) */ 140 #define GCR_CORES 0x0060 /* Core Reset (ARM and PAI are reset) */
|
/openbmc/ |
D | opengrok1.0.log | [all...] |
D | opengrok2.0.log | [all...] |