Searched refs:iselect (Results 1 – 3 of 3) sorted by relevance
| /openbmc/openbmc/poky/bitbake/lib/bs4/ |
| H A D | css.py | 162 def iselect(self, select, namespaces=None, limit=0, flags=0, **kwargs): member in CSS 188 return self.api.iselect(
|
| H A D | CHANGELOG | 100 select(), select_one(), iselect(), closest(), match(), filter(),
|
| /openbmc/qemu/target/riscv/ |
| H A D | csr.c | 2409 target_ulong *iselect; in rmw_xiselect() 2420 /* Find the iselect CSR based on CSR number */ in rmw_xiselect() 2423 iselect = &env->miselect; in rmw_xiselect() 2426 iselect = &env->siselect; in rmw_xiselect() 2429 iselect = &env->vsiselect; in rmw_xiselect() 2436 *val = *iselect; in rmw_xiselect() 2446 *iselect = (*iselect & ~wr_mask) | (new_val & wr_mask); in rmw_xiselect() 2471 target_ulong iselect, uint8_t *iprio, in xiselect_ctr_range() 2478 if (iselect < ISELECT_IPRIO in rmw_iprio() 2412 target_ulong *iselect; rmw_xiselect() local 2474 rmw_iprio(target_ulong xlen,target_ulong iselect,uint8_t * iprio,target_ulong * val,target_ulong new_val,target_ulong wr_mask,int ext_irq_no) rmw_iprio() argument [all...] |