Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/x86/
Dsigreturn.c546 int find_cs(int bitness) in find_cs() argument
552 if (cs_bitness(my_cs) == bitness) in find_cs()
554 if (cs_bitness(my_cs + (2 << 3)) == bitness) in find_cs()
556 if (my_cs > (2<<3) && cs_bitness(my_cs - (2 << 3)) == bitness) in find_cs()
558 if (cs_bitness(code16_sel) == bitness) in find_cs()
561 printf("[WARN]\tCould not find %d-bit CS\n", bitness); in find_cs()
/Linux-v5.4/Documentation/timers/
Dhrtimers.rst21 32-bitness assumptions, and has been honed and micro-optimized for a
/Linux-v5.4/arch/
DKconfig707 Required for applications doing different bitness syscalls.