Home
last modified time | relevance | path

Searched refs:bounds (Results 1 – 8 of 8) sorted by relevance

/xen-4.10.0-shim-comet/xen/xsm/flask/ss/
A Dpolicydb.h66 u32 bounds; /* boundary of role */ member
87 u32 bounds; /* boundary of type */ member
105 u32 bounds; /* bounds of user */ member
A Dpolicydb.c288 || 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 …]
A Dservices.c385 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()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dprocessor.h508 DECLARE_TRAP_HANDLER(bounds);
/xen-4.10.0-shim-comet/docs/features/
A Dlivepatch.pandoc65 Bugs in the live patch parsing code such as out-of-bounds reads
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/
A Dentry.S554 ENTRY(bounds)
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dtraps.c1892 set_intr_gate(TRAP_bounds,&bounds); in init_idt_traps()
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dzconf.tab.c_shipped1253 /* Stay within bounds of both yycheck and yytname. */

Completed in 19 milliseconds