Home
last modified time | relevance | path

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

/qemu/target/i386/kvm/
H A Dxen-emu.h24 #define XEN_VERSION(maj, min) ((maj) << 16 | (min)) argument
/qemu/linux-headers/linux/
H A Dpsci.h117 #define PSCI_VERSION(maj, min) \ argument
/qemu/target/arm/tcg/
H A Dcrypto_helper.c166 static uint32_t maj(uint32_t x, uint32_t y, uint32_t z) in maj() function
/qemu/target/riscv/
H A Dvcrypto_helper.c507 #define maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) macro