Home
last modified time | relevance | path

Searched refs:PRESENT (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/test/DebugInfo/X86/
H A Ddebug-info-static-member.ll2 ; RUN: llvm-dwarfdump -debug-dump=info %t | FileCheck %s -check-prefix=PRESENT
7 ; Verify that attributes we do want are PRESENT;
93 ; PRESENT verifies that static member declarations have these attributes:
97 ; PRESENT: .debug_info contents:
98 ; PRESENT: DW_TAG_variable
99 ; PRESENT-NEXT: DW_AT_specification {{.*}} "a"
100 ; PRESENT-NEXT: DW_AT_location
101 ; PRESENT-NEXT: DW_AT_linkage_name {{.*}} "_ZN1C1aE"
102 ; PRESENT: DW_TAG_class_type
103 ; PRESENT-NEXT: DW_AT_name {{.*}} "C"
[all …]
/minix3/minix/kernel/arch/i386/
H A Dprotect.c85 segdp->access = (privilege << DPL_SHIFT) | (PRESENT | SEGMENT | in init_param_dataseg()
103 | (PRESENT | SEGMENT | EXECUTABLE | READABLE); in init_codeseg()
164 tssgdt->access = PRESENT | (INTR_PRIVILEGE << DPL_SHIFT) | TSS_TYPE; in tss_init()
250 PRESENT | INT_GATE_TYPE | in idt_copy_vectors()
343 gdt[LDT_INDEX].access = PRESENT | LDT; in prot_init()
H A Dapic.c861 PRESENT | INT_GATE_TYPE | in lapic_set_dummy_handlers()
914 PRESENT | INT_GATE_TYPE | (INTR_PRIVILEGE << DPL_SHIFT)); in apic_idt_init()
/minix3/minix/kernel/arch/i386/include/
H A Darchconst.h59 #define PRESENT 0x80 /* set for descriptor present */ macro
/minix3/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dlex.l127 PRESENT { return kw_PRESENT; }