Home
last modified time | relevance | path

Searched defs:paace (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/powerpc/include/asm/
H A Dfsl_pamu.h96 struct paace { struct
98 uint32_t wbah; /* only valid for Primary PAACE */
99 uint32_t addr_bitfields; /* See P/S PAACE_AF_* */
103 union {
133 /* first secondary paace entry */ argument
134 uint32_t fspi; /* only valid for Primary PAACE */
135 union {
146 } op_encode;
149 uint32_t reserved1[2]; /* not currently implemented */
152 uint32_t reserved2[2]; /* not currently implemented */
[all …]
/openbmc/linux/drivers/iommu/
H A Dfsl_pamu.h260 struct paace { struct
262 u32 wbah; /* only valid for Primary PAACE */
263 u32 addr_bitfields; /* See P/S PAACE_AF_* */
267 union {
295 /* first secondary paace entry */ argument
296 u32 fspi; /* only valid for Primary PAACE */
297 union {
327 #define PAACT_SIZE (sizeof(struct paace) * PAACE_NUMBER_ENTRIES) argument
H A Dfsl_pamu.c166 struct paace *paace; in pamu_update_paace_stash() local
511 struct paace *paace; in pamu_av_isr() local
530 u32 *paace = phys_to_virt(phys); in pamu_av_isr() local
/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/
H A Dfsl_pamu.c146 struct paace *paace; in pamu_config_spaace() local