Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/x86/
H A Dsigreturn.c536 int find_cs(int bitness) in find_cs() argument
542 if (cs_bitness(my_cs) == bitness) in find_cs()
544 if (cs_bitness(my_cs + (2 << 3)) == bitness) in find_cs()
546 if (my_cs > (2<<3) && cs_bitness(my_cs - (2 << 3)) == bitness) in find_cs()
548 if (cs_bitness(code16_sel) == bitness) in find_cs()
551 printf("[WARN]\tCould not find %d-bit CS\n", bitness); in find_cs()
/linux-6.15/Documentation/timers/
H A Dhrtimers.rst21 32-bitness assumptions, and has been honed and micro-optimized for a
/linux-6.15/arch/
H A DKconfig1191 Required for applications doing different bitness syscalls.