Searched refs:bounds (Results 1 – 8 of 8) sorted by relevance
66 u32 bounds; /* boundary of role */ member87 u32 bounds; /* boundary of type */ member105 u32 bounds; /* bounds of user */ member
288 || role->bounds > p->p_roles.nprim ) in role_index()307 || typdatum->bounds > p->p_types.nprim ) in type_index()325 || usrdatum->bounds > p->p_users.nprim ) in user_index()1280 role->bounds = le32_to_cpu(buf[2]); in role_read()1359 typdatum->bounds = le32_to_cpu(buf[3]); in type_read()1445 usrdatum->bounds = le32_to_cpu(buf[2]); in user_read()1601 while (upper->bounds) in user_bounds_sanity_check()1614 upper = p->user_val_to_struct[upper->bounds - 1]; in user_bounds_sanity_check()1641 while (upper->bounds) in role_bounds_sanity_check()1654 upper = p->role_val_to_struct[upper->bounds - 1]; in role_bounds_sanity_check()[all …]
385 if ( source->bounds ) in type_attribute_bounds_av()390 lo_scontext.type = source->bounds; in type_attribute_bounds_av()402 if ( target->bounds ) in type_attribute_bounds_av()407 lo_tcontext.type = target->bounds; in type_attribute_bounds_av()419 if ( source->bounds && target->bounds ) in type_attribute_bounds_av()
508 DECLARE_TRAP_HANDLER(bounds);
65 Bugs in the live patch parsing code such as out-of-bounds reads
554 ENTRY(bounds)
1892 set_intr_gate(TRAP_bounds,&bounds); in init_idt_traps()
1253 /* Stay within bounds of both yycheck and yytname. */
Completed in 19 milliseconds