Home
last modified time | relevance | path

Searched refs:bitness (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/testing/selftests/x86/
H A Dsigreturn.c556 int find_cs(int bitness) in find_cs() argument
562 if (cs_bitness(my_cs) == bitness) in find_cs()
564 if (cs_bitness(my_cs + (2 << 3)) == bitness) in find_cs()
566 if (my_cs > (2<<3) && cs_bitness(my_cs - (2 << 3)) == bitness) in find_cs()
568 if (cs_bitness(code16_sel) == bitness) in find_cs()
571 printf("[WARN]\tCould not find %d-bit CS\n", bitness); in find_cs()
/openbmc/qemu/docs/specs/
H A Dvmcoreinfo.rst44 The note format/class must be of the target bitness and the size must
/openbmc/openbmc/meta-security/meta-integrity/classes/
H A Dima-evm-rootfs.bbclass72 bberror "Unknown target architecture bitness: '${tmp}'" >&2
/openbmc/linux/Documentation/timers/
H A Dhrtimers.rst21 32-bitness assumptions, and has been honed and micro-optimized for a
/openbmc/linux/arch/
H A DKconfig1095 Required for applications doing different bitness syscalls.