Searched defs:descriptor (Results 1 - 2 of 2) sorted by relevance

/arch/x86/math-emu/
H A Dget_address.c139 struct desc_struct descriptor; local
161 descriptor = LDT_DESCRIPTOR(PM_REG_(segment));
162 base_address = SEG_BASE_ADDR(descriptor);
165 + (SEG_LIMIT(descriptor) + 1) * SEG_GRANULARITY(descriptor) - 1;
169 if (SEG_EXPAND_DOWN(descriptor)) {
170 if (SEG_G_BIT(descriptor))
185 if (SEG_EXECUTE_ONLY(descriptor) ||
186 (!SEG_WRITE_PERM(descriptor) && (FPU_modrm & FPU_WRITE_BIT))) {
/arch/x86/kernel/cpu/
H A Dintel_cacheinfo.c30 unsigned char descriptor; member in struct:_cache_table
37 /* All the cache descriptor types we care about (no TLB or
345 * @l3: L3 cache descriptor
421 * @l3: L3 cache descriptor
658 /* Byte 0 is level count, not a descriptor */
663 /* look up this descriptor in the table */
664 while (cache_table[k].descriptor != 0) {
665 if (cache_table[k].descriptor == des) {

Completed in 203 milliseconds