Searched defs:flags (Results 1 - 25 of 41) sorted by relevance

12

/seL4-l4v-master/HOL4/polyml/basis/
H A DBIT_FLAGS.sml29 val flags : flags list -> flags value
[all...]
/seL4-l4v-master/seL4/src/arch/arm/object/
H A Dtcb.c15 word_t CONST Arch_decodeTransfer(word_t flags) argument
H A Dvcpu.c143 uint32_t flags; local
/seL4-l4v-master/seL4/src/arch/riscv/object/
H A Dtcb.c15 word_t CONST Arch_decodeTransfer(word_t flags) argument
/seL4-l4v-master/HOL4/src/AI/sml_inspection/
H A DsmlRedirect.sml37 val flags = if append then O.append else O.trunc value
/seL4-l4v-master/HOL4/polyml/libpolyml/
H A Dcheck_objects.cpp110 byte flags = GetTypeBits(L); /* discards GC flag and mutable bit */ local
H A Drun_time.cpp72 PolyObject *alloc(TaskData *taskData, uintptr_t data_words, unsigned flags) argument
102 Handle alloc_and_save(TaskData *taskData, uintptr_t size, unsigned flags) argument
H A Dpoly_specific.cpp310 POLYUNSIGNED PolySetCodeConstant(PolyWord closure, PolyWord offset, PolyWord cWord, PolyWord flags) argument
H A Dosmemunix.cpp105 int flags = 0; local
243 int flags = MAP_FIXED | MAP_PRIVATE | MAP_ANON; local
407 int flags = MAP_PRIVATE | MAP_ANON; local
H A Dprocesses.h86 PolyWord flags; // Tagged integer containing flags indicating how interrupts member in class:ThreadObject
/seL4-l4v-master/seL4/src/arch/x86/api/
H A Dfaults.c54 handleKernelException( word_t vector, word_t errcode, word_t ip, word_t sp, word_t flags, word_t cr0, word_t cr2, word_t cr3, word_t cr4 ) argument
/seL4-l4v-master/seL4/src/arch/x86/object/
H A Dtcb.c14 word_t CONST Arch_decodeTransfer(word_t flags) argument
/seL4-l4v-master/HOL4/polyml/mlsource/extra/Win/
H A DMessageBox.sml84 type flags = word type
87 val flags = List.foldl (fn (a, b) => orb(a,b)) 0w0 value
[all...]
H A DWinBase.sml58 type flags = SysWord.word type
61 val flags = List.foldl (fn (a, b) => SysWord.orb(a,b)) 0w0 value
119 type flags = SysWord.word type
122 val flags = List.foldl (fn (a, b) => SysWord.orb(a,b)) 0w0 value
[all...]
H A DClass.sml95 type flags = Word32.word type
98 val flags = List.foldl (fn (a, b) => orb(a,b)) 0w0 value
[all...]
H A DColor.sml91 val flags = value
H A DCombobox.sml25 include BIT_FLAGS where type flags = Window.Style.flags type
[all...]
H A DEdit.sml27 include BIT_FLAGS where type flags = Window.Style.flags type
[all...]
H A DListbox.sml25 include BIT_FLAGS where type flags = Window.Style.flags type
[all...]
H A DScrollbar.sml27 include BIT_FLAGS where type flags = Window.Style.flags type
[all...]
H A DStatic.sml25 include BIT_FLAGS where type flags = Window.Style.flags type
[all...]
H A DButton.sml25 include BIT_FLAGS where type flags = Window.Style.flags type
74 type flags = Window.Style.flags (* Causes the type to print as Dialog.Style.flags. *) type
[all...]
H A DMenu.sml445 val flags = List.foldl Word32.orb 0w0 [f1,f2,f3] value
467 val flags value
[all...]
/seL4-l4v-master/HOL4/examples/machine-code/instruction-set-models/ppc/
H A Dprog_ppcLib.sml37 val flags = map (fn tm => mk_eq(tm,(f ``:bool`` o snd o process T o cdr o car) tm)) fs value
/seL4-l4v-master/seL4/include/arch/x86/arch/kernel/
H A Dmultiboot.h33 uint32_t flags; member in struct:multiboot_info::multiboot_part1

Completed in 206 milliseconds

12