Searched refs:PI_ARCH_INFO_SIZE (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/include/barrelfish_kpi/
H A Dplatform.h46 #define PI_ARCH_INFO_SIZE 255 macro
60 STATIC_ASSERT(PI_ARCH_INFO_SIZE >= sizeof(struct arch_info_armv7), \
61 "Overflowed PI_ARCH_INFO_SIZE");
75 STATIC_ASSERT(PI_ARCH_INFO_SIZE >= sizeof(struct arch_info_armv8), \
76 "Overflowed PI_ARCH_INFO_SIZE");
/barrelfish-master/usr/kaluga/
H A Darmv7.c295 uint8_t buf[PI_ARCH_INFO_SIZE];
/barrelfish-master/usr/monitor/
H A Dmonitor_rpc_server.c635 assert(struct_size < PI_ARCH_INFO_SIZE);

Completed in 126 milliseconds