taglinefilesource code
descriptor148arch/i386/math-emu/get_address.cstruct desc_struct descriptor;
descriptor162arch/i386/math-emu/get_address.cdescriptor = LDT_DESCRIPTOR(PM_REG_(segment));
descriptor163arch/i386/math-emu/get_address.cbase_address = SEG_BASE_ADDR(descriptor);
descriptor166arch/i386/math-emu/get_address.c+ (SEG_LIMIT(descriptor)+1) * SEG_GRANULARITY(descriptor) - 1;
descriptor169arch/i386/math-emu/get_address.cif ( SEG_EXPAND_DOWN(descriptor) )
descriptor171arch/i386/math-emu/get_address.cif ( SEG_G_BIT(descriptor) )
descriptor188arch/i386/math-emu/get_address.cif ( SEG_EXECUTE_ONLY(descriptor) ||
descriptor189arch/i386/math-emu/get_address.c(!SEG_WRITE_PERM(descriptor) && (FPU_modrm & FPU_WRITE_BIT)) )