Home
last modified time | relevance | path

Searched defs:PPC_BIT32 (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dpnv-xive2-common.h13 #define PPC_BIT32(bit) (0x80000000 >> (bit)) macro
H A Dpnv-host-i2c-test.c16 #define PPC_BIT32(bit) (0x80000000 >> (bit)) macro
/openbmc/skeleton/op-hostctl/
H A Dcontrol_host_obj.c20 #define PPC_BIT32(bit) (0x80000000UL >> (bit)) macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dbitops.h55 #define PPC_BIT32(bit) (1UL << PPC_BITLSHIFT32(bit)) macro
/openbmc/qemu/target/ppc/
H A Dcpu.h44 #define PPC_BIT32(bit) (0x80000000 >> (bit)) macro