Searched refs:maxlvt (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/apic/
H A Dapic.c850 int maxlvt; local
857 maxlvt = lapic_get_maxlvt();
862 if (maxlvt >= 3) {
876 if (maxlvt >= 4) {
883 if (maxlvt >= 5) {
889 if (maxlvt >= 6) {
902 if (maxlvt >= 3)
904 if (maxlvt >= 4)
909 if (maxlvt > 3)
1110 unsigned int oldvalue, value, maxlvt; local
1993 int maxlvt; local
2032 int maxlvt; local
[all...]
H A Dio_apic.c1767 unsigned int i, v, ver, maxlvt; local
1777 maxlvt = lapic_get_maxlvt();
1796 if (!APIC_INTEGRATED(ver) || maxlvt == 3) {
1818 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */
1832 if (maxlvt > 3) { /* PC is LVT#4. */
1841 if (maxlvt > 2) { /* ERR is LVT#3. */
1855 maxlvt = (v >> 16) & 0xff;
1859 for (i = 0; i < maxlvt; i++) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/apic/
H A Dapic.c850 int maxlvt; local
857 maxlvt = lapic_get_maxlvt();
862 if (maxlvt >= 3) {
876 if (maxlvt >= 4) {
883 if (maxlvt >= 5) {
889 if (maxlvt >= 6) {
902 if (maxlvt >= 3)
904 if (maxlvt >= 4)
909 if (maxlvt > 3)
1110 unsigned int oldvalue, value, maxlvt; local
1993 int maxlvt; local
2032 int maxlvt; local
[all...]
H A Dio_apic.c1767 unsigned int i, v, ver, maxlvt; local
1777 maxlvt = lapic_get_maxlvt();
1796 if (!APIC_INTEGRATED(ver) || maxlvt == 3) {
1818 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */
1832 if (maxlvt > 3) { /* PC is LVT#4. */
1841 if (maxlvt > 2) { /* ERR is LVT#3. */
1855 maxlvt = (v >> 16) & 0xff;
1859 for (i = 0; i < maxlvt; i++) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/
H A Dsmpboot.c548 int maxlvt; local
563 maxlvt = lapic_get_maxlvt();
564 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */
582 int maxlvt, num_starts, j; local
584 maxlvt = lapic_get_maxlvt();
590 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */
648 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */
677 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/
H A Dsmpboot.c548 int maxlvt; local
563 maxlvt = lapic_get_maxlvt();
564 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */
582 int maxlvt, num_starts, j; local
584 maxlvt = lapic_get_maxlvt();
590 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */
648 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */
677 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */

Completed in 191 milliseconds