Home
last modified time | relevance | path

Searched defs:SLOTS (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/target/hexagon/
H A Diclass.c23 #define DEF_PP_ICLASS32(TYPE, SLOTS, UNITS) \ argument
25 #define DEF_EE_ICLASS32(TYPE, SLOTS, UNITS) \ argument
H A Diclass.h27 #define DEF_PP_ICLASS32(TYPE, SLOTS, UNITS) ICLASS_FROM_TYPE(TYPE), argument
28 #define DEF_EE_ICLASS32(TYPE, SLOTS, UNITS) ICLASS_FROM_TYPE(TYPE), argument
/openbmc/linux/samples/bpf/
H A Dtracex3.bpf.c48 #define SLOTS 100 macro
H A Dtracex3_user.c15 #define SLOTS 100 macro
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Ddirty_log_page_splitting_test.c22 #define SLOTS 2 macro
/openbmc/linux/drivers/gpu/drm/tegra/
H A Ddc.h560 #define SLOTS(x) (((x) & 0xff) << 0) macro