Searched refs:lpid (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/bmake/mk/
H A Dmeta2deps.sh223 lpid=
249 case "$lpid,$pid" in
265 case "$lpid" in
267 *) eval ldir_$lpid=$ldir;;
270 lpid=$pid
/freebsd-13-stable/share/mk/
H A Dmeta2deps.sh224 lpid=
250 case "$lpid,$pid" in
266 case "$lpid" in
268 *) eval ldir_$lpid=$ldir;;
271 lpid=$pid
/freebsd-13-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_ext.h108 volatile uint8_t lpid; /**< Logical port id */ member in struct:t_FmPrsResult
/freebsd-13-stable/sys/powerpc/aim/
H A Dmmu_radix.c186 radix_tlbie(uint8_t ric, uint8_t prs, uint16_t is, uint32_t pid, uint32_t lpid, argument
193 rs = ((uint64_t)pid << 32) | lpid;
2128 mmu_parttab_update(uint64_t lpid, uint64_t pagetab, uint64_t proctab) argument
2133 printf("%s isa3_parttab %p lpid %lx pagetab %lx proctab %lx\n", __func__, isa3_parttab,
2134 lpid, pagetab, proctab);
2135 prev = be64toh(isa3_parttab[lpid].pagetab);
2136 isa3_parttab[lpid].pagetab = htobe64(pagetab);
2137 isa3_parttab[lpid].proctab = htobe64(proctab);
2141 "r" (TLBIEL_INVAL_SET_LPID), "r" (lpid));
2143 "r" (TLBIEL_INVAL_SET_LPID), "r" (lpid));
[all...]

Completed in 74 milliseconds