Home
last modified time | relevance | path

Searched defs:esel (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dtlb.c138 u8 ts, u8 esel, u8 tsize, u8 iprot) in set_tlb()
166 void disable_tlb(u8 esel) in disable_tlb()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dmanager.cpp42 constexpr auto esel = "ESEL"; variable
79 auto esel = ad.getValue(additional_data::esel); in create() local
229 void Manager::addESELPEL(const std::string& esel, uint32_t obmcLogID) in addESELPEL()
248 std::vector<uint8_t> Manager::eselToRawData(const std::string& esel) in eselToRawData()
/openbmc/u-boot/board/freescale/qemu-ppce500/
H A Dqemu-ppce500.c32 static void map_fdt_as(int esel) in map_fdt_as()
/openbmc/qemu/hw/acpi/
H A Dgeneric_event_device.c53 Aml *esel = aml_name(AML_GED_EVT_SEL); in build_ged_aml() local
/openbmc/qemu/target/ppc/
H A Dmmu_helper.c981 int esel = (env->spr[SPR_BOOKE_MAS0] & MAS0_ESEL_MASK) >> MAS0_ESEL_SHIFT; in booke206_cur_tlb() local
/openbmc/phosphor-logging/test/openpower-pels/
H A Dpel_manager_test.cpp474 const std::string esel{ variable
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dmmu.h444 #define FSL_BOOKE_MAS0(tlbsel,esel,nv) \ argument
/openbmc/openbmc-tools/openbmctool/
H A Dopenbmctool.py848 def getESELSeverity(esel): argument