tag | line | file | source code |
descriptor | 148 | arch/i386/math-emu/get_address.c | struct desc_struct descriptor; |
descriptor | 162 | arch/i386/math-emu/get_address.c | descriptor = LDT_DESCRIPTOR(PM_REG_(segment)); |
descriptor | 163 | arch/i386/math-emu/get_address.c | base_address = SEG_BASE_ADDR(descriptor); |
descriptor | 166 | arch/i386/math-emu/get_address.c | + (SEG_LIMIT(descriptor)+1) * SEG_GRANULARITY(descriptor) - 1; |
descriptor | 169 | arch/i386/math-emu/get_address.c | if ( SEG_EXPAND_DOWN(descriptor) ) |
descriptor | 171 | arch/i386/math-emu/get_address.c | if ( SEG_G_BIT(descriptor) ) |
descriptor | 188 | arch/i386/math-emu/get_address.c | if ( SEG_EXECUTE_ONLY(descriptor) || |
descriptor | 189 | arch/i386/math-emu/get_address.c | (!SEG_WRITE_PERM(descriptor) && (FPU_modrm & FPU_WRITE_BIT)) ) |