Lines Matching defs:lps
48 * Call Logical Processor with c=1, lps=0 and command 1
69 * Call Logical Processor with c=0, the give constant lps and an lpcb request.
71 static __always_inline int clp_req(void *data, unsigned int lps)
78 " .insn rrf,0xb9a00000,%[ign],%[req],0,%[lps]\n"
84 : [req] "a" (req), [lps] "i" (lps)
557 if (req->lps != 0 && req->lps != 2)
574 switch (req->lps) {
609 exists = test_bit_inv(req->lps, &ilp);