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

/arch/blackfin/include/asm/
H A Dirqflags.h161 static inline notrace unsigned long arch_mangle_irq_bits(int virt, unsigned long real) argument
164 * Merge virtual and real interrupt mask bits into a single
167 return (real & ~(1 << 31)) | ((virt != 0) << 31);
/arch/x86/oprofile/
H A Dop_model_p4.c381 /* finally, mediate access to a real hardware counter
618 unsigned long ctr, low, high, stag, real; local
645 real = VIRT_CTR(stag, i);
647 rdmsr(p4_counters[real].cccr_address, low, high);
648 rdmsr(p4_counters[real].counter_address, ctr, high);
651 wrmsrl(p4_counters[real].counter_address,
654 wrmsr(p4_counters[real].cccr_address, low, high);
655 wrmsrl(p4_counters[real].counter_address,

Completed in 738 milliseconds