Searched defs:SLOTS (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/target/hexagon/ |
H A D | iclass.c | 23 #define DEF_PP_ICLASS32(TYPE, SLOTS, UNITS) \ argument 25 #define DEF_EE_ICLASS32(TYPE, SLOTS, UNITS) \ argument
|
H A D | iclass.h | 27 #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 D | tracex3.bpf.c | 48 #define SLOTS 100 macro
|
H A D | tracex3_user.c | 15 #define SLOTS 100 macro
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | dirty_log_page_splitting_test.c | 22 #define SLOTS 2 macro
|
/openbmc/linux/drivers/gpu/drm/tegra/ |
H A D | dc.h | 560 #define SLOTS(x) (((x) & 0xff) << 0) macro
|